JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.flowable.platform.engine.impl.indexing.cache
IndexingContext
IdentityLink
Contents
Description
Method Summary
Method Details
getId()
getType()
getUserId()
getGroupId()
getScopeId()
Hide sidebar
Show sidebar
Interface IndexingContext.IdentityLink
All Known Implementing Classes:
IndexingIdentityLink
Enclosing interface:
IndexingContext
public static interface
IndexingContext.IdentityLink
Author:
Filip Hrisafov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getGroupId
()
String
getId
()
String
getScopeId
()
String
getType
()
String
getUserId
()
Method Details
getId
String
getId
()
getType
String
getType
()
getUserId
String
getUserId
()
getGroupId
String
getGroupId
()
getScopeId
String
getScopeId
()