org.activiti.engine.impl.variable
类 SerializableType
java.lang.Object
org.activiti.engine.impl.variable.ByteArrayType
org.activiti.engine.impl.variable.SerializableType
- 所有已实现的接口:
- VariableType
public class SerializableType
- extends ByteArrayType
- 作者:
- Tom Baeyens, Marcus Klimstra (CGI)
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NAME
public static final String TYPE_NAME
- 另请参见:
- 常量字段值
SerializableType
public SerializableType()
getTypeName
public String getTypeName()
- 从接口
VariableType
复制的描述
- name of variable type (limited to 100 characters length)
- 指定者:
- 接口
VariableType
中的 getTypeName
- 覆盖:
- 类
ByteArrayType
中的 getTypeName
getValue
public Object getValue(ValueFields valueFields)
- 指定者:
- 接口
VariableType
中的 getValue
- 覆盖:
- 类
ByteArrayType
中的 getValue
- 返回:
- the value of a variable based on the specified
ValueFields
.
setValue
public void setValue(Object value,
ValueFields valueFields)
- 从接口
VariableType
复制的描述
- Stores the specified value in the supplied
ValueFields
.
- 指定者:
- 接口
VariableType
中的 setValue
- 覆盖:
- 类
ByteArrayType
中的 setValue
serialize
public static byte[] serialize(Object value,
ValueFields valueFields)
isAbleToStore
public boolean isAbleToStore(Object value)
- 指定者:
- 接口
VariableType
中的 isAbleToStore
- 覆盖:
- 类
ByteArrayType
中的 isAbleToStore
- 返回:
- whether this variable type can store the specified value.
createObjectInputStream
protected ObjectInputStream createObjectInputStream(InputStream is)
throws IOException
- 抛出:
IOException
Copyright © 2013 Alfresco. All rights reserved.