Class BpmnResourceType

  • All Implemented Interfaces:
    org.uberfire.client.workbench.type.ClientResourceType, org.uberfire.workbench.type.ResourceTypeDefinition

    @ApplicationScoped
    public class BpmnResourceType
    extends org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition
    implements org.uberfire.client.workbench.type.ClientResourceType
    • Constructor Summary

      Constructors 
      Constructor Description
      BpmnResourceType()  
      BpmnResourceType​(org.uberfire.ext.wires.bpmn.api.category.Process category)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getDescription()  
      com.google.gwt.user.client.ui.IsWidget getIcon()  
      • Methods inherited from class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition

        accept, getCategory, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
      • Methods inherited from interface org.uberfire.workbench.type.ResourceTypeDefinition

        accept, getCategory, getDiffMode, getPrefix, getPriority, getShortName, getSimpleWildcardPattern, getSuffix
    • Constructor Detail

      • BpmnResourceType

        public BpmnResourceType()
      • BpmnResourceType

        @Inject
        public BpmnResourceType​(org.uberfire.ext.wires.bpmn.api.category.Process category)
    • Method Detail

      • getIcon

        public com.google.gwt.user.client.ui.IsWidget getIcon()
        Specified by:
        getIcon in interface org.uberfire.client.workbench.type.ClientResourceType
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.uberfire.workbench.type.ResourceTypeDefinition
        Overrides:
        getDescription in class org.uberfire.ext.wires.bpmn.api.type.BpmnResourceTypeDefinition