Class EntityHierarchyInfo
java.lang.Object
com.flowable.platform.engine.impl.links.EntityHierarchyInfo
- Author:
- Christopher Welsch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetElementId(String elementId) voidvoidsetReferenceScopeId(String referenceScopeId) voidsetReferenceScopeType(String referenceScopeType) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId)
-
Field Details
-
id
-
scopeId
-
subScopeId
-
scopeType
-
elementId
-
referenceScopeId
-
referenceScopeType
-
-
Constructor Details
-
EntityHierarchyInfo
public EntityHierarchyInfo()
-
-
Method Details
-
getId
-
setId
-
getScopeId
-
setScopeId
-
getSubScopeId
-
setSubScopeId
-
getElementId
-
setElementId
-
getReferenceScopeId
-
setReferenceScopeId
-
getReferenceScopeType
-
setReferenceScopeType
-
getScopeType
-
setScopeType
-