com.ibm.rpm.document.scope
DocumentScope

com.ibm.rpm.framework.RPMObjectScope
  extended bycom.ibm.rpm.document.scope.DocumentScope

DocumentScope
Extends: com.ibm.rpm.framework.RPMObjectScope
Child objects: None

DocumentScope represents a scope to navigate to objects that are related to Document.

Related code samples :

Java

C#

Field Summary
xsd:boolean attributeAssignments
   This field is true if documentStates should be loaded, and is false if it should not.
xsd:boolean author
   If this field is true, then the document's author will be loaded as well. If false, the author won't be loaded.
DocumentScope children
   The scope object associated with the Document's children.
WorkElementScope containingProject
   The scope of the containing project.
xsd:boolean customFieldAssignments
   This field is true if noteMinutesRtfs should be loaded, and is false if it should not.
xsd:boolean documentBlobDetails
   This field is true if state should be loaded, and is false if it should not.
RPMObjectScope externalParent
   The scope of the external parent.
xsd:boolean lastCheckedOutBy
   If this field is true, then we will also load the resource which last checked out the document. If false, the resource won't be loaded.
xsd:boolean resourceAssignments
   This field is true if notStates should be loaded, and is false if it should not.
xsd:boolean rtfAssignments
   :This field is true if RtfAssignments should be loaded, and is false if they should not.
xsd:boolean state
   This field is true if state should be loaded, and is false if it should not.
AvailableWorkflowProcessScope workflowProcessesAvailable
   The scope of available workflow processes.
RunningWorkflowProcessScope workflowProcessesRunning
   The scope of running workflow processes.

Inherited Field Summary
RPMObjectScope parent
   The parent of the RPMObjectScope.

Field Detail

attributeAssignments


xsd:boolean  attributeAssignments
This field is true if documentStates should be loaded, and is false if it should not.

author


xsd:boolean  author
If this field is true, then the document's author will be loaded as well. If false, the author won't be loaded.

children


DocumentScope children
The scope object associated with the Document's children.

containingProject


WorkElementScope containingProject
The scope of the containing project.

customFieldAssignments


xsd:boolean  customFieldAssignments
This field is true if noteMinutesRtfs should be loaded, and is false if it should not.

documentBlobDetails


xsd:boolean  documentBlobDetails
This field is true if state should be loaded, and is false if it should not.

externalParent


RPMObjectScope externalParent
The scope of the external parent.

lastCheckedOutBy


xsd:boolean  lastCheckedOutBy
If this field is true, then we will also load the resource which last checked out the document. If false, the resource won't be loaded.

resourceAssignments


xsd:boolean  resourceAssignments
This field is true if notStates should be loaded, and is false if it should not.

rtfAssignments


xsd:boolean  rtfAssignments
:This field is true if RtfAssignments should be loaded, and is false if they should not.

state


xsd:boolean  state
This field is true if state should be loaded, and is false if it should not.

workflowProcessesAvailable


AvailableWorkflowProcessScope workflowProcessesAvailable
The scope of available workflow processes.

workflowProcessesRunning


RunningWorkflowProcessScope workflowProcessesRunning
The scope of running workflow processes.

Inherited Field Detail

parent


RPMObjectScope parent
The parent of the RPMObjectScope.