Class DeployCmd<T>

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

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

      • execute

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