Uses of Class
com.unica.publicapi.plan.api.ComponentTypeEnum

Packages that use ComponentTypeEnum
com.unica.publicapi.plan.api   
 

Uses of ComponentTypeEnum in com.unica.publicapi.plan.api
 

Fields in com.unica.publicapi.plan.api declared as ComponentTypeEnum
private  ComponentTypeEnum Handle._componentTypeEnum
          ComponentTypeEnum property.
static ComponentTypeEnum ComponentTypeEnum.APPROVAL
          Approval "componet" type.
static ComponentTypeEnum ComponentTypeEnum.ASSET
          Plan Asset component type.
static ComponentTypeEnum ComponentTypeEnum.ASSET_FOLDER
          Plan Asset Folder component type.
static ComponentTypeEnum ComponentTypeEnum.ASSET_LIBRARY
          Plan Asset Library component type.
static ComponentTypeEnum ComponentTypeEnum.ATTACHMENT
          Plan Attachment component type.
static ComponentTypeEnum ComponentTypeEnum.FINANCIAL_ACCOUNT
          Plan Invoice component type.
static ComponentTypeEnum ComponentTypeEnum.GROUPING_FOLDER
          Folder type
static ComponentTypeEnum ComponentTypeEnum.INVOICE
          Plan Invoice component type.
static ComponentTypeEnum ComponentTypeEnum.MARKETING_OBJECT
          Marketing Object component type.
static ComponentTypeEnum ComponentTypeEnum.PLAN_TEAM
          Plan Team component type.
static ComponentTypeEnum ComponentTypeEnum.PLAN_USER
          Plan User component type.
static ComponentTypeEnum ComponentTypeEnum.PROJECT
          Project component type.
static ComponentTypeEnum ComponentTypeEnum.PROJECT_REQUEST
          Project Request component type.
static ComponentTypeEnum ComponentTypeEnum.TASK
          Workflow task "componet" type (child of project).
 

Methods in com.unica.publicapi.plan.api that return ComponentTypeEnum
private static ComponentTypeEnum Handle.extractComponentTypeEnum(java.lang.String query)
           
 ComponentTypeEnum Handle.getComponentTypeEnum()
           
static ComponentTypeEnum ComponentTypeEnum.valueOf(int value)
           
static ComponentTypeEnum ComponentTypeEnum.valueOf(java.lang.String name)
           
static ComponentTypeEnum[] ComponentTypeEnum.values()
           
 

Methods in com.unica.publicapi.plan.api with parameters of type ComponentTypeEnum
private static int Handle.extractComponentId(ComponentTypeEnum componentTypeEnum, java.lang.String query)
           
 

Constructors in com.unica.publicapi.plan.api with parameters of type ComponentTypeEnum
Handle(java.net.URL baseURL, ComponentTypeEnum componentTypeEnum, int componentId)
           
Handle(java.net.URL baseURL, ComponentTypeEnum componentTypeEnum, int componentId, java.lang.String[] extensions)