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

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

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

Methods in com.unica.publicapi.plan.api that return ProjectCopyTypeEnum
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.
 

Methods in com.unica.publicapi.plan.api with parameters of type ProjectCopyTypeEnum
 Handle IPlanAPI.copyProject(IExecutionContext context, Handle hProject, ProjectCopyTypeEnum copyEnum, boolean copyParentLink)
          Use this API to copy existing project instance and to create new project.