Package org.activiti.designer.features

Examples of org.activiti.designer.features.CreateServiceTaskFeature


      otherElementButton.setText("new element"); //$NON-NLS-1$
      otherElementButton.setDescription("Create a new element"); //$NON-NLS-1$
      otherElementButton.setIconId(PluginImage.NEW_ICON.getImageKey());
      data.getDomainSpecificContextButtons().add(otherElementButton);

      addContextButton(otherElementButton, new CreateServiceTaskFeature(getFeatureProvider()), taskContext, "Create service task", "Create a new service task",
              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);
View Full Code Here


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

TOP

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

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.