org.activiti.engine.impl.db
接口 PersistentObject

所有已知实现类:
AttachmentEntity, ByteArrayEntity, CommentEntity, CompensateEventSubscriptionEntity, DeploymentEntity, EventSubscriptionEntity, ExecutionEntity, GroupEntity, HistoricActivityInstanceEntity, HistoricDetailAssignmentEntity, HistoricDetailEntity, HistoricDetailTransitionInstanceEntity, HistoricDetailVariableInstanceUpdateEntity, HistoricFormPropertyEntity, HistoricIdentityLinkEntity, HistoricProcessInstanceEntity, HistoricScopeInstanceEntity, HistoricTaskInstanceEntity, HistoricVariableInstanceEntity, IdentityInfoEntity, IdentityLinkEntity, JobEntity, MembershipEntity, MessageEntity, MessageEventSubscriptionEntity, ModelEntity, ProcessDefinitionEntity, PropertyEntity, ResourceEntity, SignalEventSubscriptionEntity, TaskEntity, TimerEntity, UserEntity, VariableInstanceEntity

public interface PersistentObject

作者:
Tom Baeyens

方法摘要
 String getId()
           
 Object getPersistentState()
          Returns a representation of the object, as would be stored in the database.
 void setId(String id)
           
 

方法详细信息

getId

String getId()

setId

void setId(String id)

getPersistentState

Object getPersistentState()
Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.



Copyright © 2013 Alfresco. All rights reserved.