Class GetFormInfoCmd

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>

    public class GetFormInfoCmd
    extends java.lang.Object
    implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.form.api.FormInfo>
    • Field Detail

      • FLOWABLE_MIGRATED_PARENT_DEPLOYMENT

        protected static final java.lang.String FLOWABLE_MIGRATED_PARENT_DEPLOYMENT
        See Also:
        Constant Field Values
      • actionInstanceId

        protected java.lang.String actionInstanceId
    • Constructor Detail

      • GetFormInfoCmd

        public GetFormInfoCmd​(java.lang.String actionInstanceId)
    • Method Detail

      • execute

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

        protected org.flowable.form.api.FormInfo getFormInfoWithScopedObjectFormProviders​(ActionInstanceEntity actionInstanceEntity,
                                                                                          ActionEngineConfiguration actionEngineConfiguration,
                                                                                          java.lang.String formKey)