com.filenet.wcm.apps.server.util.compounddocument

Class ComponentRelationshipRef

  1. java.lang.Object
  2. extended bycom.filenet.wcm.apps.server.util.compounddocument.ComponentRelationshipRef
All implemented interfaces:
java.lang.Cloneable

  1. public class ComponentRelationshipRef
  2. extends java.lang.Object
  3. implements java.lang.Cloneable
Hold the Component Relationship object data

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
INSERTED
  1. static
  2. int
MODIFIED
  1. static
  2. int
NEW
  1. static
  2. int
REMOVED
  1. static
  2. int
UNCHANGED

Constructor Summary

Constructor and Description
ComponentRelationshipRef()
ComponentRelationshipRef(com.filenet.api.core.ComponentRelationship cr)

Method Summary

Modifier and Type Method and Description
  1. java.lang.Object
clone()
  1. java.lang.String
getBindingLabel()
  1. int
getCascadeDelete()
  1. com.filenet.api.core.Document
getChildComponent()
  1. java.lang.String
getClassId()
  1. com.filenet.api.core.ComponentRelationship
getComponentRelationship()
  1. int
getComponentRelationshipType()
  1. boolean
getCopyToReservation()
  1. java.lang.String
getId()
  1. java.lang.String
getName()
  1. com.filenet.api.core.Document
getParentComponent()
  1. int
getPreventDelete()
  1. com.filenet.api.property.Properties
getProperties()
  1. java.lang.String
getPropertiesXML()
  1. int
getSortOrder()
  1. int
getState()
  1. java.lang.String
getURIValue()
  1. int
getVersionBindType()
  1. void
refreshComponentRelationshipProperties()
  1. void
setBindingLabel(java.lang.String value)
  1. void
setCascadeDelete(int value)
  1. void
setChildComponent(com.filenet.api.core.Document childDocument)
  1. void
setClassId(java.lang.String id)
  1. void
setComponentRelationship(com.filenet.api.core.ComponentRelationship cr)
  1. void
setComponentRelationshipType(int type)
  1. void
setCopyToReservation(boolean value)
  1. void
setId(java.lang.String value)
  1. void
setName(java.lang.String value)
  1. void
setParentComponent(com.filenet.api.core.Document parentDocument)
  1. void
setPreventDelete(int value)
  1. void
setPropertiesXML(java.lang.String xml)
  1. void
setSortOrder(int sortOrder)
  1. void
setState(int value)
  1. void
setURIValue(java.lang.String value)
  1. void
setVersionBindType(int type)
  1. void
update()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

UNCHANGED

  1. public static final int UNCHANGED
See Also:

MODIFIED

  1. public static final int MODIFIED
See Also:

NEW

  1. public static final int NEW
See Also:

INSERTED

  1. public static final int INSERTED
See Also:

REMOVED

  1. public static final int REMOVED
See Also:

Constructor Detail

ComponentRelationshipRef

  1. public ComponentRelationshipRef( )

ComponentRelationshipRef

  1. public ComponentRelationshipRef( com.filenet.api.core.ComponentRelationship cr)

Method Detail

setId

  1. public void setId(java.lang.String value)

getId

  1. public java.lang.String getId()

setName

  1. public void setName(java.lang.String value)

getName

  1. public java.lang.String getName( )

setClassId

  1. public void setClassId(java.lang.String id)

getClassId

  1. public java.lang.String getClassId( )

setComponentRelationshipType

  1. public void setComponentRelationshipType( int type)

getComponentRelationshipType

  1. public int getComponentRelationshipType( )

setVersionBindType

  1. public void setVersionBindType( int type)

getVersionBindType

  1. public int getVersionBindType()

setURIValue

  1. public void setURIValue(java.lang.String value)

getURIValue

  1. public java.lang.String getURIValue( )

setBindingLabel

  1. public void setBindingLabel(java.lang.String value)

getBindingLabel

  1. public java.lang.String getBindingLabel( )

getProperties

  1. public com.filenet.api.property.Properties getProperties( )

setSortOrder

  1. public void setSortOrder(int sortOrder)

getSortOrder

  1. public int getSortOrder()

setParentComponent

  1. public void setParentComponent( com.filenet.api.core.Document parentDocument)

getParentComponent

  1. public com.filenet.api.core.Document getParentComponent( )

setChildComponent

  1. public void setChildComponent(com.filenet.api.core.Document childDocument)

getChildComponent

  1. public com.filenet.api.core.Document getChildComponent( )

setCopyToReservation

  1. public void setCopyToReservation( boolean value)

getCopyToReservation

  1. public boolean getCopyToReservation( )

setCascadeDelete

  1. public void setCascadeDelete(int value)

getCascadeDelete

  1. public int getCascadeDelete()

setPreventDelete

  1. public void setPreventDelete(int value)

getPreventDelete

  1. public int getPreventDelete()

setPropertiesXML

  1. public void setPropertiesXML(java.lang.String xml)

getPropertiesXML

  1. public java.lang.String getPropertiesXML( )

setComponentRelationship

  1. public void setComponentRelationship( com.filenet.api.core.ComponentRelationship cr)

getComponentRelationship

  1. public com.filenet.api.core.ComponentRelationship getComponentRelationship( )

refreshComponentRelationshipProperties

  1. public void refreshComponentRelationshipProperties( )

setState

  1. public void setState(int value)

getState

  1. public int getState()

update

  1. public void update()

clone

  1. public java.lang.Object clone()
  2. throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException