com.filenet.wcm.apps.server.util.compounddocument
Class ComponentRelationshipRef
- java.lang.Object
com.filenet.wcm.apps.server.util.compounddocument.ComponentRelationshipRef
All implemented interfaces:
java.lang.Cloneable
- public class ComponentRelationshipRef
- extends java.lang.Object
- implements java.lang.Cloneable
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
INSERTED
|
|
MODIFIED
|
|
NEW
|
|
REMOVED
|
|
UNCHANGED
|
Constructor Summary
| Constructor and Description |
|---|
ComponentRelationshipRef()
|
ComponentRelationshipRef(com.filenet.api.core.ComponentRelationship cr)
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
clone()
|
|
getBindingLabel()
|
|
getCascadeDelete()
|
|
getChildComponent()
|
|
getClassId()
|
|
getComponentRelationship()
|
|
getComponentRelationshipType()
|
|
getCopyToReservation()
|
|
getId()
|
|
getName()
|
|
getParentComponent()
|
|
getPreventDelete()
|
|
getProperties()
|
|
getPropertiesXML()
|
|
getSortOrder()
|
|
getState()
|
|
getURIValue()
|
|
getVersionBindType()
|
|
refreshComponentRelationshipProperties()
|
|
setBindingLabel(java.lang.String value)
|
|
setCascadeDelete(int value)
|
|
setChildComponent(com.filenet.api.core.Document childDocument)
|
|
setClassId(java.lang.String id)
|
|
setComponentRelationship(com.filenet.api.core.ComponentRelationship cr)
|
|
setComponentRelationshipType(int type)
|
|
setCopyToReservation(boolean value)
|
|
setId(java.lang.String value)
|
|
setName(java.lang.String value)
|
|
setParentComponent(com.filenet.api.core.Document parentDocument)
|
|
setPreventDelete(int value)
|
|
setPropertiesXML(java.lang.String xml)
|
|
setSortOrder(int sortOrder)
|
|
setState(int value)
|
|
setURIValue(java.lang.String value)
|
|
setVersionBindType(int type)
|
|
update()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
UNCHANGED
- public static final int UNCHANGED
See Also:
MODIFIED
- public static final int MODIFIED
See Also:
NEW
- public static final int NEW
See Also:
INSERTED
- public static final int INSERTED
See Also:
REMOVED
- public static final int REMOVED
See Also:
Constructor Detail
ComponentRelationshipRef
- public ComponentRelationshipRef( )
ComponentRelationshipRef
- public ComponentRelationshipRef( com.filenet.api.core.ComponentRelationship cr)
Method Detail
setId
- public void setId(java.lang.String value)
getId
- public java.lang.String getId()
setName
- public void setName(java.lang.String value)
getName
- public java.lang.String getName( )
setClassId
- public void setClassId(java.lang.String id)
getClassId
- public java.lang.String getClassId( )
setComponentRelationshipType
- public void setComponentRelationshipType( int type)
getComponentRelationshipType
- public int getComponentRelationshipType( )
setVersionBindType
- public void setVersionBindType( int type)
getVersionBindType
- public int getVersionBindType()
setURIValue
- public void setURIValue(java.lang.String value)
getURIValue
- public java.lang.String getURIValue( )
setBindingLabel
- public void setBindingLabel(java.lang.String value)
getBindingLabel
- public java.lang.String getBindingLabel( )
getProperties
- public com.filenet.api.property.Properties getProperties( )
setSortOrder
- public void setSortOrder(int sortOrder)
getSortOrder
- public int getSortOrder()
setParentComponent
- public void setParentComponent( com.filenet.api.core.Document parentDocument)
getParentComponent
- public com.filenet.api.core.Document getParentComponent( )
setChildComponent
- public void setChildComponent(com.filenet.api.core.Document childDocument)
getChildComponent
- public com.filenet.api.core.Document getChildComponent( )
setCopyToReservation
- public void setCopyToReservation( boolean value)
getCopyToReservation
- public boolean getCopyToReservation( )
setCascadeDelete
- public void setCascadeDelete(int value)
getCascadeDelete
- public int getCascadeDelete()
setPreventDelete
- public void setPreventDelete(int value)
getPreventDelete
- public int getPreventDelete()
setPropertiesXML
- public void setPropertiesXML(java.lang.String xml)
getPropertiesXML
- public java.lang.String getPropertiesXML( )
setComponentRelationship
- public void setComponentRelationship( com.filenet.api.core.ComponentRelationship cr)
getComponentRelationship
- public com.filenet.api.core.ComponentRelationship getComponentRelationship( )
refreshComponentRelationshipProperties
- public void refreshComponentRelationshipProperties( )
setState
- public void setState(int value)
getState
- public int getState()
update
- public void update()
clone
- public java.lang.Object clone()
- throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException