Package org.activiti.designer.features

Examples of org.activiti.designer.features.CreateCallActivityFeature


              "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);
      addContextButton(otherElementButton, new CreateExclusiveGatewayFeature(getFeatureProvider()), taskContext, "Create exclusive gateway",
              "Create a new exclusive gateway", PluginImage.IMG_GATEWAY_EXCLUSIVE);
      addContextButton(otherElementButton, new CreateInclusiveGatewayFeature(getFeatureProvider()), taskContext, "Create inclusive gateway",
              "Create a new inclusive gateway", PluginImage.IMG_GATEWAY_INCLUSIVE);
View Full Code Here


            new CreateNoneThrowingEventFeature(this),
            new CreateEventSubProcessFeature(this),
            new CreateEmbeddedSubProcessFeature(this),
            new CreatePoolFeature(this),
            new CreateLaneFeature(this),
            new CreateCallActivityFeature(this),
            new CreateAlfrescoScriptTaskFeature(this),
            new CreateAlfrescoMailTaskFeature(this),
            new CreateTextAnnotationFeature(this)};
  }
View Full Code Here

TOP

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

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.