Class EntityLinkWithDetails
- java.lang.Object
-
- com.flowable.platform.service.work.EntityLinkWithName
-
- com.flowable.platform.service.work.EntityLinkWithDetails
-
public class EntityLinkWithDetails extends EntityLinkWithName
-
-
Field Summary
Fields Modifier and Type Field Description protected String
assignee
protected Date
endTime
protected Date
startTime
-
Fields inherited from class com.flowable.platform.service.work.EntityLinkWithName
createTime, hierarchyType, linkType, name, referenceScopeDefinitionId, referenceScopeId, referenceScopeType, scopeDefinitionId, scopeId, scopeType, translations
-
-
Constructor Summary
Constructors Constructor Description EntityLinkWithDetails()
EntityLinkWithDetails(EntityLink entityLink)
EntityLinkWithDetails(EntityLink entityLink, String name, String assignee, Date startTime, Date endTime)
EntityLinkWithDetails(HistoricEntityLink entityLink, String name, String assignee, Date startTime, Date endTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssignee()
Date
getEndTime()
Date
getStartTime()
void
setAssignee(String assignee)
void
setEndTime(Date endTime)
void
setStartTime(Date startTime)
-
Methods inherited from class com.flowable.platform.service.work.EntityLinkWithName
addTranslation, getCreateTime, getHierarchyType, getLinkType, getName, getReferenceScopeDefinitionId, getReferenceScopeId, getReferenceScopeType, getScopeDefinitionId, getScopeId, getScopeType, getTranslations, setCreateTime, setHierarchyType, setLinkType, setName, setReferenceScopeDefinitionId, setReferenceScopeId, setReferenceScopeType, setScopeDefinitionId, setScopeId, setScopeType, setTranslations
-
-
-
-
Constructor Detail
-
EntityLinkWithDetails
public EntityLinkWithDetails()
-
EntityLinkWithDetails
public EntityLinkWithDetails(EntityLink entityLink)
-
EntityLinkWithDetails
public EntityLinkWithDetails(EntityLink entityLink, String name, String assignee, Date startTime, Date endTime)
-
EntityLinkWithDetails
public EntityLinkWithDetails(HistoricEntityLink entityLink, String name, String assignee, Date startTime, Date endTime)
-
-