Package org.flowable.cmmn.engine.impl
Class IdentityLinkQueryObject
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.IdentityLinkQueryObject
-
public class IdentityLinkQueryObject extends Object
-
-
Constructor Summary
Constructors Constructor Description IdentityLinkQueryObject(String userId, String groupId, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()StringgetType()StringgetUserId()voidsetGroupId(String groupId)voidsetType(String type)voidsetUserId(String userId)
-