Class RemoveUserAccountDefinitionCmd

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>

    public class RemoveUserAccountDefinitionCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
    Author:
    Filip Hrisafov
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void 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 Detail

      • userAccountDefinitionId

        protected final java.lang.String userAccountDefinitionId
    • Constructor Detail

      • RemoveUserAccountDefinitionCmd

        public RemoveUserAccountDefinitionCmd​(java.lang.String userAccountDefinitionId)
    • Method Detail

      • execute

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