Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Field and Description |
---|---|
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
Plan component type.
|
static ComponentTypeEnum |
ComponentTypeEnum.PLAN_TEAM
Plan Team component type.
|
static ComponentTypeEnum |
ComponentTypeEnum.PLAN_USER
Plan User component type.
|
static ComponentTypeEnum |
ComponentTypeEnum.PROGRAM
Program 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).
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
private static int |
Handle.extractComponentId(ComponentTypeEnum componentTypeEnum,
java.lang.String query) |
Constructor and Description |
---|
Handle(java.net.URL baseURL,
ComponentTypeEnum componentTypeEnum,
int componentId) |
Handle(java.net.URL baseURL,
ComponentTypeEnum componentTypeEnum,
int componentId,
java.lang.String[] extensions) |