Class EntityLinkWithDetails
java.lang.Object
com.flowable.platform.service.work.EntityLinkWithName
com.flowable.platform.service.work.EntityLinkWithDetails
-
Field Summary
FieldsFields inherited from class EntityLinkWithName
createTime, hierarchyType, linkType, name, referenceScopeDefinitionId, referenceScopeId, referenceScopeType, scopeDefinitionId, scopeId, scopeType, translations -
Constructor Summary
ConstructorsConstructorDescriptionEntityLinkWithDetails(org.flowable.entitylink.api.EntityLink entityLink) EntityLinkWithDetails(org.flowable.entitylink.api.EntityLink entityLink, String name, String assignee, Date startTime, Date endTime) EntityLinkWithDetails(org.flowable.entitylink.api.history.HistoricEntityLink entityLink, String name, String assignee, Date startTime, Date endTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAssignee(String assignee) voidsetEndTime(Date endTime) voidsetStartTime(Date startTime) Methods inherited from class EntityLinkWithName
addTranslation, getCreateTime, getHierarchyType, getLinkType, getName, getReferenceScopeDefinitionId, getReferenceScopeId, getReferenceScopeType, getScopeDefinitionId, getScopeId, getScopeType, getTranslations, setCreateTime, setHierarchyType, setLinkType, setName, setReferenceScopeDefinitionId, setReferenceScopeId, setReferenceScopeType, setScopeDefinitionId, setScopeId, setScopeType, setTranslations
-
Field Details
-
assignee
-
startTime
-
endTime
-
-
Constructor Details
-
EntityLinkWithDetails
public EntityLinkWithDetails() -
EntityLinkWithDetails
public EntityLinkWithDetails(org.flowable.entitylink.api.EntityLink entityLink) -
EntityLinkWithDetails
-
EntityLinkWithDetails
-
-
Method Details
-
getAssignee
-
setAssignee
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-