Class FindUserDefinitionCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.FindUserDefinitionCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserDefinitionEntity>

public class FindUserDefinitionCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<UserDefinitionEntity>
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String definitionKey  
    protected java.lang.String tenantId  
  • Constructor Summary

    Constructors 
    Constructor Description
    FindUserDefinitionCmd​(java.lang.String definitionKey, java.lang.String tenantId)  
  • Method Summary

    Modifier and Type Method Description
    UserDefinitionEntity execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • definitionKey

      protected java.lang.String definitionKey
    • tenantId

      protected java.lang.String tenantId
  • Constructor Details

    • FindUserDefinitionCmd

      public FindUserDefinitionCmd​(java.lang.String definitionKey, java.lang.String tenantId)
  • Method Details

    • execute

      public UserDefinitionEntity execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<UserDefinitionEntity>