Package org.activiti.designer.features

Examples of org.activiti.designer.features.CreateMailTaskFeature


              PluginImage.IMG_SERVICETASK);
      addContextButton(otherElementButton, new CreateScriptTaskFeature(getFeatureProvider()), taskContext, "Create script task", "Create a new script task",
              PluginImage.IMG_SCRIPTTASK);
      addContextButton(otherElementButton, new CreateUserTaskFeature(getFeatureProvider()), taskContext, "Create user task", "Create a new user task",
              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);
View Full Code Here


            new CreateTerminateEndEventFeature(this),
            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),
View Full Code Here

TOP

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

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.