Class CreateAuditInstanceCmd

  • All Implemented Interfaces:
    java.io.Serializable, org.flowable.common.engine.impl.interceptor.Command<AuditInstance>

    public class CreateAuditInstanceCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<AuditInstance>, java.io.Serializable
    Author:
    Tijs Rademakers, Joram Barrez
    See Also:
    Serialized Form
    • Method Detail

      • execute

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

        protected java.lang.String getCreatorId()