public interface IdentityLink
| 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 | 
getProcessDefinitionId()
The process definition id associated with this identity link. 
 | 
String | 
getProcessInstanceId()
The process instance 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()
IdentityLinkType for the native supported types by Activiti.String getUserId()
UserQuery API.String getGroupId()
GroupQuery API.String getTaskId()
String getProcessDefinitionId()
String getProcessInstanceId()
Copyright © 2017 Flowable. All rights reserved.