Class EntityLinkWithName
- java.lang.Object
-
- com.flowable.platform.service.work.EntityLinkWithName
-
- Direct Known Subclasses:
EntityLinkWithDetails
public class EntityLinkWithName extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Date
createTime
protected String
hierarchyType
protected String
linkType
protected String
name
protected String
referenceScopeDefinitionId
protected String
referenceScopeId
protected String
referenceScopeType
protected String
scopeDefinitionId
protected String
scopeId
protected String
scopeType
protected com.fasterxml.jackson.databind.node.ObjectNode
translations
-
Constructor Summary
Constructors Constructor Description EntityLinkWithName()
EntityLinkWithName(EntityLink entityLink)
EntityLinkWithName(EntityLink entityLink, String name, com.fasterxml.jackson.databind.node.ObjectNode translations)
EntityLinkWithName(HistoricEntityLink entityLink)
EntityLinkWithName(HistoricEntityLink entityLink, String name, com.fasterxml.jackson.databind.node.ObjectNode translations)
-
Method Summary
-
-
-
Field Detail
-
linkType
protected String linkType
-
scopeId
protected String scopeId
-
scopeType
protected String scopeType
-
scopeDefinitionId
protected String scopeDefinitionId
-
referenceScopeId
protected String referenceScopeId
-
referenceScopeType
protected String referenceScopeType
-
referenceScopeDefinitionId
protected String referenceScopeDefinitionId
-
hierarchyType
protected String hierarchyType
-
createTime
protected Date createTime
-
name
protected String name
-
translations
protected com.fasterxml.jackson.databind.node.ObjectNode translations
-
-
Constructor Detail
-
EntityLinkWithName
public EntityLinkWithName()
-
EntityLinkWithName
public EntityLinkWithName(EntityLink entityLink)
-
EntityLinkWithName
public EntityLinkWithName(EntityLink entityLink, String name, com.fasterxml.jackson.databind.node.ObjectNode translations)
-
EntityLinkWithName
public EntityLinkWithName(HistoricEntityLink entityLink)
-
EntityLinkWithName
public EntityLinkWithName(HistoricEntityLink entityLink, String name, com.fasterxml.jackson.databind.node.ObjectNode translations)
-
-
Method Detail
-
getLinkType
public String getLinkType()
-
setLinkType
public void setLinkType(String linkType)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeId)
-
getScopeType
public String getScopeType()
-
setScopeType
public void setScopeType(String scopeType)
-
getScopeDefinitionId
public String getScopeDefinitionId()
-
setScopeDefinitionId
public void setScopeDefinitionId(String scopeDefinitionId)
-
getReferenceScopeId
public String getReferenceScopeId()
-
setReferenceScopeId
public void setReferenceScopeId(String referenceScopeId)
-
getReferenceScopeType
public String getReferenceScopeType()
-
setReferenceScopeType
public void setReferenceScopeType(String referenceScopeType)
-
getReferenceScopeDefinitionId
public String getReferenceScopeDefinitionId()
-
setReferenceScopeDefinitionId
public void setReferenceScopeDefinitionId(String referenceScopeDefinitionId)
-
getHierarchyType
public String getHierarchyType()
-
setHierarchyType
public void setHierarchyType(String hierarchyType)
-
getCreateTime
public Date getCreateTime()
-
setCreateTime
public void setCreateTime(Date createTime)
-
getName
public String getName()
-
setName
public void setName(String name)
-
addTranslation
public void addTranslation(String locale, String key, String value, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
getTranslations
public com.fasterxml.jackson.databind.node.ObjectNode getTranslations()
-
setTranslations
public void setTranslations(com.fasterxml.jackson.databind.node.ObjectNode translations)
-
-