|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectReference | |
wt.clients.project | |
wt.clients.workflow.definer | |
wt.clients.workflow.initiate | |
wt.project | The notion of a
Project has been replaced by a
Team , see the wt.team package instead. |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
Uses of ProjectReference in wt.clients.project |
Fields in wt.clients.project declared as ProjectReference | |
protected ProjectReference |
CProject.projectRef
The ProjectReference associated with this CProject instance |
Methods in wt.clients.project that return ProjectReference | |
protected ProjectReference |
CProject.deriveProjectRef()
Populate the projectRef class variable and return it. |
ProjectReference |
CProject.getProjectRef()
Get the projectRef object. |
Methods in wt.clients.project with parameters of type ProjectReference | |
protected boolean |
CProject.objectIDequals(ProjectReference projectReference)
Determine if the project ProjectReference is equal to the passed ProjectReference. |
Constructors in wt.clients.project with parameters of type ProjectReference | |
CProject(ProjectReference projectReference)
Class constructor taking ProjectReference. |
Uses of ProjectReference in wt.clients.workflow.definer |
Methods in wt.clients.workflow.definer that return ProjectReference | |
ProjectReference |
WfNotifierRecipients.RecipientMultiList.getRecipient(ProjectReference project_ref)
Returns the assignee of a given project. |
Methods in wt.clients.workflow.definer with parameters of type ProjectReference | |
private String |
WfNotifierRecipients.getFromName(ProjectReference project)
|
private String |
WfNotifierRecipients.getToName(ProjectReference project)
|
private String |
WfNotifierRecipients.getToType(ProjectReference project)
|
ProjectReference |
WfNotifierRecipients.RecipientMultiList.getRecipient(ProjectReference project_ref)
Returns the assignee of a given project. |
void |
WfNotifierRecipients.RecipientMultiList.addRecipient(ProjectReference project)
|
Uses of ProjectReference in wt.clients.workflow.initiate |
Methods in wt.clients.workflow.initiate with parameters of type ProjectReference | |
static WfProcess |
InitiateHelper.createProcess(WfProcessTemplate processTemplate,
ProjectReference projectReference,
WTContainerRef context_ref)
|
Uses of ProjectReference in wt.project |
Methods in wt.project that return ProjectReference | |
ProjectReference |
StandardProjectService.createTeamInstance(Persistable object)
Deprecated. in R6.0 |
ProjectReference |
ProjectServiceFwd.createTeamInstance(Persistable object)
Deprecated. in R6.0 |
ProjectReference |
ProjectService.createTeamInstance(Persistable object)
Deprecated. in R6.0 |
static ProjectReference |
ProjectReference.newProjectReference()
Deprecated. Default constructor Supported API: false |
static ProjectReference |
ProjectReference.newProjectReference(Project project)
Deprecated. Transform an Project instance into a ProjectReference Supported API: false |
static ProjectReference |
ProjectReference.newProjectReference(ProjectReference projectReference)
Deprecated. Transform an Project instance into a ProjectReference Supported API: false |
static ProjectReference |
ProjectReference.newProjectReference(ObjectIdentifier oid)
Deprecated. Constructs a project reference out of its database identifier. |
ProjectReference |
ProjectManaged.getProjectId()
Deprecated. Gets the object for the association that plays role: PROJECT_ID. |
Methods in wt.project with parameters of type ProjectReference | |
ProjectManaged |
StandardProjectService.doReproject(ProjectManaged object,
ProjectReference projRef)
Associate the object with a new project Supported API: false |
ProjectManaged |
StandardProjectService.validateReproject(ProjectManaged object,
ProjectReference projRef)
Perform pre-reproject validations Supported API: false |
ProjectManaged |
StandardProjectService.reproject(ProjectManaged object,
ProjectReference projRef)
Associate a project managed object with a new project. |
Vector |
StandardProjectService.whereUsed(ProjectReference project)
Answer a Vector of ProjectManaged objects Note: Any services that persist a ProjectReferenceare individually responsible for making sure the Project doesn't disappear on them. |
private ProjectManaged |
StandardProjectService.setProject(ProjectManaged object,
ProjectReference projRef)
|
ProjectManaged |
ProjectServiceSvr.doReproject(ProjectManaged object,
ProjectReference projRef)
Associate the object with a new project Supported API: true |
ProjectManaged |
ProjectServiceSvr.validateReproject(ProjectManaged object,
ProjectReference projRef)
Perform pre-reproject validations Supported API: true |
ProjectManaged |
ProjectServiceFwd.reproject(ProjectManaged object,
ProjectReference projRef)
Deprecated. |
Vector |
ProjectServiceFwd.whereUsed(ProjectReference project)
Deprecated. |
ProjectManaged |
ProjectService.reproject(ProjectManaged object,
ProjectReference projRef)
Deprecated. |
Vector |
ProjectService.whereUsed(ProjectReference project)
Deprecated. |
static ProjectManaged |
ProjectServerHelper.setProject(ProjectManaged object,
ProjectReference projectRef)
Deprecated. in R3.0 - Use ProjectHelper.setProject |
protected boolean |
ProjectReference.readVersion(ProjectReference thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. Reads the non-transient fields of this class from an external source. |
static ProjectReference |
ProjectReference.newProjectReference(ProjectReference projectReference)
Deprecated. Transform an Project instance into a ProjectReference Supported API: false |
protected void |
ProjectReference.initialize(ProjectReference projectReference)
Deprecated. Supports initialization, following construction of an instance. |
void |
ProjectManaged.setProjectId(ProjectReference a_ProjectId)
Deprecated. Sets the object for the association that plays role: PROJECT_ID. |
static ProjectManaged |
ProjectHelper.setProject(ProjectManaged object,
ProjectReference projectRef)
Set the project of the ProjectManaged object. |
Uses of ProjectReference in wt.workflow.definer |
Fields in wt.workflow.definer declared as ProjectReference | |
private ProjectReference |
WfAssignedActivityTemplate.oldProjectReference
|
Methods in wt.workflow.definer with parameters of type ProjectReference | |
Vector |
WfDefinerServiceFwd.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurence)
Returns a vector of references to any engine objects that use a particular Project object. |
Vector |
WfDefinerService.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurence)
Returns a vector of references to any engine objects that use a particular Project object. |
boolean |
WfAssignedActivityTemplate.addProject(ProjectReference project_ref)
Add prject to the template given a reference to it. |
boolean |
WfAssignedActivityTemplate.removeProject(ProjectReference project_ref)
Remove project from the template. |
Vector |
StandardWfDefinerService.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurence)
Returns a vector of references to any engine objects that use a particular Project object. |
Uses of ProjectReference in wt.workflow.engine |
Methods in wt.workflow.engine with parameters of type ProjectReference | |
Vector |
WfEngineServiceFwd.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurrence)
Returns a vector of references to any defintion objects that use a particular Project object Supported API: false |
Vector |
WfEngineService.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurrence)
Returns a vector of references to any defintion objects that use a particular Project object Supported API: false |
Vector |
StandardWfEngineService.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurrence)
Returns a vector of references to any defintion objects that use a particular Project object Supported API: false |
Vector |
WfEngineServiceFwd.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurrence)
Returns a vector of references to any defintion objects that use a particular Project object Supported API: false |
Vector |
WfEngineService.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurrence)
Returns a vector of references to any defintion objects that use a particular Project object Supported API: false |
Vector |
StandardWfEngineService.whereUsed(ProjectReference project,
boolean returnOnlyFirstOccurrence)
Returns a vector of references to any defintion objects that use a particular Project object Supported API: false |
Uses of ProjectReference in wt.workflow.work |
Fields in wt.workflow.work declared as ProjectReference | |
private ProjectReference |
WfProjectAssignee.project
|
Methods in wt.workflow.work that return ProjectReference | |
ProjectReference |
WfProjectAssignee.getProject()
Gets the value of the attribute: project. |
private ProjectReference |
WfProjectAssignee.getProjectReference(String ref_str)
|
Methods in wt.workflow.work with parameters of type ProjectReference | |
void |
WfProjectAssignee.setProject(ProjectReference a_Project)
Sets the value of the attribute: project. |
private void |
WfProjectAssignee.projectValidate(ProjectReference a_Project)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |