Class EntityLinkWithName

java.lang.Object
com.flowable.platform.service.work.EntityLinkWithName
Direct Known Subclasses:
EntityLinkWithDetails

public class EntityLinkWithName extends Object
  • Field Details

    • 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 Details

    • 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 Details

    • 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)