Uses of Class
com.primavera.integration.common.CopyWBSOptions
Packages that use CopyWBSOptions
-
Uses of CopyWBSOptions in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object with parameters of type CopyWBSOptionsModifier 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.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.