| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.Profile | |
| ↳ | com.emc.documentum.fs.datamodel.core.profiles.RelationshipProfile | |
Java class for RelationshipProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationshipProfile">
<complexContent>
<extension base="{http://profiles.core.datamodel.fs.documentum.emc.com/}Profile">
<sequence>
<element name="PropertyProfile" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}PropertyProfile" minOccurs="0"/>
</sequence>
<attribute name="resultDataMode" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}ResultDataMode" />
<attribute name="nameFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}RelationshipNameFilter" />
<attribute name="relationName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetRoleFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}TargetRoleFilter" />
<attribute name="targetRole" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="depthFilter" type="{http://profiles.core.datamodel.fs.documentum.emc.com/}DepthFilter" />
<attribute name="depth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| depth | |||||||||||
| depthFilter | |||||||||||
| nameFilter | |||||||||||
| propertyProfile | |||||||||||
| relationName | |||||||||||
| resultDataMode | |||||||||||
| targetRole | |||||||||||
| targetRoleFilter | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the depth property.
| |||||||||||
Gets the value of the depthFilter property.
| |||||||||||
Gets the value of the nameFilter property.
| |||||||||||
Gets the value of the propertyProfile property.
| |||||||||||
Gets the value of the relationName property.
| |||||||||||
Gets the value of the resultDataMode property.
| |||||||||||
Gets the value of the targetRole property.
| |||||||||||
Gets the value of the targetRoleFilter property.
| |||||||||||
Sets the value of the depth property.
| |||||||||||
Sets the value of the depthFilter property.
| |||||||||||
Sets the value of the nameFilter property.
| |||||||||||
Sets the value of the propertyProfile property.
| |||||||||||
Sets the value of the relationName property.
| |||||||||||
Sets the value of the resultDataMode property.
| |||||||||||
Sets the value of the targetRole property.
| |||||||||||
Sets the value of the targetRoleFilter property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the depth property.
Gets the value of the depthFilter property.
DepthFilter
Gets the value of the nameFilter property.
RelationshipNameFilter
Gets the value of the propertyProfile property.
PropertyProfile
Gets the value of the relationName property.
Gets the value of the resultDataMode property.
ResultDataMode
Gets the value of the targetRole property.
Gets the value of the targetRoleFilter property.
TargetRoleFilter
Sets the value of the depth property.
| value |
|---|
Sets the value of the depthFilter property.
| value | Allowed object is
DepthFilter
|
|---|
Sets the value of the nameFilter property.
| value | Allowed object is
RelationshipNameFilter
|
|---|
Sets the value of the propertyProfile property.
| value | Allowed object is
PropertyProfile
|
|---|
Sets the value of the relationName property.
| value | Allowed object is String |
|---|
Sets the value of the resultDataMode property.
| value | Allowed object is
ResultDataMode
|
|---|
Sets the value of the targetRole property.
| value | Allowed object is String |
|---|
Sets the value of the targetRoleFilter property.
| value | Allowed object is
TargetRoleFilter
|
|---|