|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ProjectService provides client invokable methods to project services.
These methods are executed on the server side.
Supported API: false
Extendable: false
Method Summary | |
Role[] |
allRoles()
Deprecated. in R4.0. Use the appropriate call on the EnumeratedType object to get these values. |
Project |
copyProject(Project aProject,
String copyName,
String folderLocation,
boolean persist)
Deprecated. |
ProjectReference |
createTeamInstance(Persistable object)
Deprecated. in R6.0 |
Vector |
getCandidateProjects()
Deprecated. |
Vector |
getCandidateProjects(AdminDomainRef domainRef)
Deprecated. |
Vector |
getCandidateProjects(String domain)
Deprecated. |
Vector |
getEnabledProjectNames()
Deprecated. |
Vector |
getMembers(Project aProject)
Deprecated. |
Project |
getProject(AdministrativeDomain adminDomain,
String projectName)
Deprecated. |
Project |
getProject(ProjectManaged object)
Deprecated. |
Project |
getProject(String projectIdentity)
Deprecated. |
Vector |
getProjectNames()
Deprecated. |
Vector |
getProjects()
Deprecated. |
Vector |
getTeamInstances()
Deprecated. in R6.0 |
ProjectManaged |
reproject(ProjectManaged object,
ProjectReference projRef)
Deprecated. |
void |
setIgnoreDelete(Object obj)
Deprecated. |
ProjectManaged |
setProject(ProjectManaged object,
String projectName,
String domain)
Deprecated. at 6.0 (Use the ProjectHelper.setProject(myObject, ProjectHelper.service.getProject(AdministrativeDomainHelper.manager.getDomain(adminDomainName), projectName)) instead |
Vector |
whereUsed(ProjectReference project)
Deprecated. |
Method Detail |
public Vector getCandidateProjects(String domain) throws WTException, ProjectException
domain
- the name of the domain used as search criteria in the retrieval of candidate projects
WTException
ProjectException
public Vector getCandidateProjects() throws WTException, ProjectException
WTException
ProjectException
public Vector getCandidateProjects(AdminDomainRef domainRef) throws WTException, ProjectException
domainRef
- the AdminDomainRef object used as search criteria in the retrieval of candidate projects
WTException
ProjectException
public Role[] allRoles() throws WTException
WTException
public Project getProject(ProjectManaged object) throws WTException, ProjectException
object
- the ProjectManaged object
WTException
ProjectException
public Project getProject(AdministrativeDomain adminDomain, String projectName) throws WTException, ProjectException
adminDomain
- the AdministrativeDomain of the projectprojectName
- the name of the project
WTException
ProjectException
public Project getProject(String projectIdentity) throws WTException, ProjectException
projectIdentity
- a String that contains the identity of the project
WTException
ProjectException
public ProjectManaged setProject(ProjectManaged object, String projectName, String domain) throws WTException, ProjectException, WTPropertyVetoException
object
- the ProjectManaged object whose project should be setprojectName
- a String that contains the name of the project to set on the ProjectManaged object.domain
- a String that contain the AdministrativeDomain of the project that should be set
WTException
ProjectException
WTPropertyVetoException
public ProjectManaged reproject(ProjectManaged object, ProjectReference projRef) throws WTException, ProjectException
object
- the ProjectManaged object that should be associated with a new project.projRef
- a reference to a Project, a ProjectReference of the projec tthat the object should be reassigned to
WTException
ProjectException
public void setIgnoreDelete(Object obj) throws WTException
obj
-
WTException
public Vector getMembers(Project aProject) throws WTException
aProject
-
WTException
public Project copyProject(Project aProject, String copyName, String folderLocation, boolean persist) throws WTException
aProject
- copyName
- folderLocation
- persist
-
WTException
public Vector getProjects() throws WTException, ProjectException
WTException
ProjectException
public Vector whereUsed(ProjectReference project) throws WTException, ProjectException
project
- A ProjectReference representing the Project object of interest
WTException
ProjectException
public ProjectReference createTeamInstance(Persistable object) throws WTException
object
- The object that needs a Team Instance
WTException
public Vector getTeamInstances() throws WTException, ProjectException
WTException
ProjectException
public Vector getProjectNames() throws WTException
WTException
public Vector getEnabledProjectNames() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |