public interface EntityLinkInfo
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreateTime()
The create time for the entity link
|
String |
getHierarchyType()
Returns the hierarchy type for the entity link e.g.
|
String |
getLinkType()
Returns the type of link.
|
String |
getParentElementId()
The parent element id for the originating entity
|
String |
getReferenceScopeDefinitionId()
A scope definition id for the referenced entity
|
String |
getReferenceScopeId()
Returns the scope id of the referenced entity
|
String |
getReferenceScopeType()
The scope type associated with the referenced entity
|
String |
getRootScopeId()
Returns the root scope id of the referenced entity
|
String |
getRootScopeType()
The scope type associated with the referenced entity
|
String |
getScopeDefinitionId()
A scope definition id for the originating entity
|
String |
getScopeId()
Returns the scope id of the originating entity
|
String |
getScopeType()
The scope type associated with the originating entity
|
String |
getSubScopeId()
Returns the sub scope id of the originating entity
|
String getLinkType()
String getScopeId()
String getSubScopeId()
String getScopeType()
String getScopeDefinitionId()
String getParentElementId()
String getReferenceScopeId()
String getReferenceScopeType()
String getReferenceScopeDefinitionId()
String getRootScopeId()
String getRootScopeType()
String getHierarchyType()
Date getCreateTime()
Copyright © 2021 Flowable. All rights reserved.