com.filenet.rm.bds
Interface ObjectReference
All Superinterfaces:
java.lang.Cloneable
All known subinterfaces:
- public interface ObjectReference
- extends java.lang.Cloneable
PropertyValue
instances of
type DataType.TYPE_OBJECT
.
Method Summary
Modifier and Type | Method and Description |
---|---|
|
clone()
Defined in order to support the extended
Clonable interface.
|
|
getClassIdent()
Returns the identifier (either Name or ID property) of the class definition
on which the object defined by this definition instance is to be based upon.
|
|
getObjectIdent()
Returns the identifier (either Name, Id or Path) of the CE object to which
this ObjectReference instance refers to.
|
|
getObjectStoreIdent()
Returns the identifier (either Name or ID property) of the ObjectStore
onto which the referred object resides.
|
Method Detail
getObjectStoreIdent
- java.lang.String getObjectStoreIdent( )
Returns the identifier (either Name or ID property) of the ObjectStore
onto which the referred object resides.
Returns:
Name or Id property of the associated ObjectStore.
getClassIdent
- java.lang.String getClassIdent( )
Returns the identifier (either Name or ID property) of the class definition
on which the object defined by this definition instance is to be based upon.
Returns:
Name or Id property of the associated class definition.
getObjectIdent
- java.lang.String getObjectIdent( )
Returns the identifier (either Name, Id or Path) of the CE object to which
this ObjectReference instance refers to.
Returns:
String identifier for the CE object in question. For a
ClassDescription, this can be its Id or Name. For other
objects can be its Path or Id.
clone
- java.lang.Object clone()
Defined in order to support the extended
Clonable
interface.
Returns:
a new instance that is a clone of this instance.