Package org.activiti.designer.features

Examples of org.activiti.designer.features.CreateManualTaskFeature


              PluginImage.IMG_USERTASK);
      addContextButton(otherElementButton, new CreateMailTaskFeature(getFeatureProvider()), taskContext, "Create mail task", "Create a new mail task",
              PluginImage.IMG_MAILTASK);
      addContextButton(otherElementButton, new CreateBusinessRuleTaskFeature(getFeatureProvider()), taskContext, "Create business rule task",
              "Create a new business rule task", PluginImage.IMG_BUSINESSRULETASK);
      addContextButton(otherElementButton, new CreateManualTaskFeature(getFeatureProvider()), taskContext, "Create manual task", "Create a new manual task",
              PluginImage.IMG_MANUALTASK);
      addContextButton(otherElementButton, new CreateReceiveTaskFeature(getFeatureProvider()), taskContext, "Create receive task", "Create a new receive task",
              PluginImage.IMG_RECEIVETASK);
      addContextButton(otherElementButton, new CreateCallActivityFeature(getFeatureProvider()), taskContext, "Create call activity",
              "Create a new call activiti", PluginImage.IMG_CALLACTIVITY);
View Full Code Here


            new CreateUserTaskFeature(this),
            new CreateAlfrescoUserTaskFeature(this),
            new CreateScriptTaskFeature(this),
            new CreateServiceTaskFeature(this),
            new CreateMailTaskFeature(this),
            new CreateManualTaskFeature(this),
            new CreateReceiveTaskFeature(this),
            new CreateBusinessRuleTaskFeature(this),
            new CreateParallelGatewayFeature(this),
            new CreateExclusiveGatewayFeature(this),
            new CreateInclusiveGatewayFeature(this),
View Full Code Here

TOP

Related Classes of org.activiti.designer.features.CreateManualTaskFeature

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.