Class IdentityLinkQueryObject

java.lang.Object
org.flowable.engine.impl.IdentityLinkQueryObject

public class IdentityLinkQueryObject extends Object
  • Field Details

    • userId

      protected String userId
    • groupId

      protected String groupId
    • type

      protected String type
  • Constructor Details

    • IdentityLinkQueryObject

      public IdentityLinkQueryObject(String userId, String groupId, String type)
  • Method Details

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getType

      public String getType()
    • setType

      public void setType(String type)