Package com.alfresco.designer.gui.features

Examples of com.alfresco.designer.gui.features.CreateAlfrescoMailTaskFeature


              "Create a new terminate end event", PluginImage.IMG_ENDEVENT_TERMINATE);
      addContextButton(otherElementButton, new CreateAlfrescoScriptTaskFeature(getFeatureProvider()), taskContext, "Create alfresco script task",
              "Create a new alfresco script task", PluginImage.IMG_SERVICETASK);
      addContextButton(otherElementButton, new CreateAlfrescoUserTaskFeature(getFeatureProvider()), taskContext, "Create alfresco user task",
              "Create a new alfresco user task", PluginImage.IMG_USERTASK);
      addContextButton(otherElementButton, new CreateAlfrescoMailTaskFeature(getFeatureProvider()), taskContext, "Create alfresco mail task",
              "Create a new alfresco mail task", PluginImage.IMG_MAILTASK);
    }

    ContextButtonEntry editElementButton = new ContextButtonEntry(null, null);
    editElementButton.setText("change element type"); //$NON-NLS-1$
View Full Code Here


            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 com.alfresco.designer.gui.features.CreateAlfrescoMailTaskFeature

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.