Uses of Class
com.primavera.integration.common.CopyActivityOptions
Packages that use CopyActivityOptions
-
Uses of CopyActivityOptions in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object with parameters of type CopyActivityOptionsModifier and TypeMethodDescriptionProject.copyWBSFromTemplate(ObjectId destObjectId, ObjectId templateWbsObjectId, CopyWBSOptions copyWBSOptions, CopyActivityOptions copyActivityOptions) Copy a WBS structure from a template and place it under a projects wbs.WBS.copyWBSFromTemplate(ObjectId destObjectId, ObjectId templateWbsObjectId, CopyWBSOptions copyWBSOptions, CopyActivityOptions copyActivityOptions) Copy a WBS structure from a template and place it under a projects wbs.Activity.createCopy(ObjectId projectObjectId, ObjectId wbsObjectId, String newId, CopyActivityOptions copyOptions) Copies the activity to a project node or a WBS node.Project.createCopy(ObjectId epsId, CopyProjectOptions projOpts, CopyWBSOptions wbsOpts, CopyActivityOptions actOpts) Creates a copy of the project.Project.createCopyAsTemplate(ObjectId epsId, CopyProjectOptions projOpts, CopyWBSOptions wbsOpts, CopyActivityOptions actOpts) Creates a copy of the current project and makes it a template project.Project.createProjectFromTemplate(ObjectId epsId, CopyProjectOptions projOpts, CopyWBSOptions wbsOpts, CopyActivityOptions actOpts) Creates a project from the specified template project.