public interface IdentityLinkInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId()
If the identity link involves a group, then this will be a non-null id of a group.
|
String |
getProcessInstanceId()
The process instance id associated with this identity link.
|
String |
getScopeDefinitionId()
The scope definition id associated with this identity link
|
String |
getScopeId()
The scope id associated with this identity link
|
String |
getScopeType()
The scope type associated with this identity link
|
String |
getSubScopeId()
The sub scope id associated with this identity link
|
String |
getTaskId()
The id of the task associated with this identity link.
|
String |
getType()
Returns the type of link.
|
String |
getUserId()
If the identity link involves a user, then this will be a non-null id of a user.
|
String getType()
String getUserId()
String getGroupId()
String getTaskId()
String getProcessInstanceId()
String getScopeId()
String getSubScopeId()
String getScopeType()
String getScopeDefinitionId()
Copyright © 2020 Flowable. All rights reserved.