|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProjectServiceSvr
These methods are can only be invoked from classes running in the server.
Supported API: true
Extendable: false
ProjectServerHelper| Method Summary | |
|---|---|
wt.project.ProjectManaged |
doReproject(wt.project.ProjectManaged object,
wt.project.ProjectReference projRef)
Associate the object with a new project Supported API: true |
WTPrincipalReference |
resolveActorRole(wt.project.ActorRole actorRole,
Persistable object)
Given an actorRole and an object, resolve the actor role to a principal Supported API: true |
wt.project.WTRoleHolder |
resolveRoles(wt.project.IndirectRoleHolder indirectRoleHolder,
wt.project.ActorRoleHolder actorRoleHolder,
wt.project.RoleHolder resultsRoleHolder,
Persistable object)
Given an indirect role holder and a role holder, resolve the roles to just enabled principals. |
wt.project.ProjectManaged |
validateReproject(wt.project.ProjectManaged object,
wt.project.ProjectReference projRef)
Perform pre-reproject validations Supported API: true |
| Method Detail |
|---|
wt.project.WTRoleHolder resolveRoles(wt.project.IndirectRoleHolder indirectRoleHolder,
wt.project.ActorRoleHolder actorRoleHolder,
wt.project.RoleHolder resultsRoleHolder,
Persistable object)
throws wt.project.ProjectException,
WTException
indirectRoleHolder - the IndirectRoleHolder that contains roles/actorRoles to be resolvedactorRoleHolder - the ActorRoleHolder that contains rolePrincipalMaps and roleActorRoleMaps. This is typically the Project object.resultsRoleHolder - the RoleHolder that will be populated with RolePrincipal mappings. In the case of LifeCycle, this will be a Phase object.object - the object that is used to lookup a principal for the ActorRole
wt.project.ProjectException
WTException
WTPrincipalReference resolveActorRole(wt.project.ActorRole actorRole,
Persistable object)
throws wt.project.ProjectException,
WTException
actorRole - the ActorRole to be resolvedobject - the object that is used to lookup a principal for the ActorRole
wt.project.ProjectException
WTException
wt.project.ProjectManaged doReproject(wt.project.ProjectManaged object,
wt.project.ProjectReference projRef)
throws WTException,
wt.project.ProjectException
object - the ProjectManaged object to be re-projectedprojRef -
WTException
wt.project.ProjectException
wt.project.ProjectManaged validateReproject(wt.project.ProjectManaged object,
wt.project.ProjectReference projRef)
throws WTException,
wt.project.ProjectException
object - the ProjectManaged object that should be re-projectedprojRef -
WTException
wt.project.ProjectException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||