Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Method and Description |
---|---|
static ProjectCopyTypeEnum |
ProjectCopyTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectCopyTypeEnum[] |
ProjectCopyTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Handle |
IPlanAPI.copyProject(IExecutionContext context,
Handle hProject,
ProjectCopyTypeEnum copyEnum,
boolean copyParentLink)
Use this API to copy existing project instance and to create new project.
|