Package org.activiti.designer.features

Examples of org.activiti.designer.features.CreateInclusiveGatewayFeature


              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);
      addContextButton(otherElementButton, new CreateParallelGatewayFeature(getFeatureProvider()), taskContext, "Create parallel gateway",
              "Create a new parallel gateway", PluginImage.IMG_GATEWAY_PARALLEL);
      addContextButton(otherElementButton, new CreateEndEventFeature(getFeatureProvider()), taskContext, "Create end event", "Create a new end event",
              PluginImage.IMG_ENDEVENT_NONE);
View Full Code Here


            new CreateManualTaskFeature(this),
            new CreateReceiveTaskFeature(this),
            new CreateBusinessRuleTaskFeature(this),
            new CreateParallelGatewayFeature(this),
            new CreateExclusiveGatewayFeature(this),
            new CreateInclusiveGatewayFeature(this),
            new CreateEventGatewayFeature(this),
            new CreateBoundaryTimerFeature(this),
            new CreateBoundaryErrorFeature(this),
            new CreateBoundaryMessageFeature(this),
            new CreateBoundarySignalFeature(this),
View Full Code Here

TOP

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

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.