com.filenet.api.core

Interface ComponentRelationship

  • All Superinterfaces:
    EngineObject, IndependentlyPersistableObject, IndependentObject, Replicable, RepositoryObject, java.io.Serializable, Subscribable


    public interface ComponentRelationship
    extends RepositoryObject, Replicable, Subscribable, IndependentlyPersistableObject
    Defines a hierarchical relationship between two documents as components in a compound document.

    One document is the designated parent component (ParentComponent property) and the other is the designated child component. The child component document can be either a P8 Content Engine document (ChildComponent property) or a URI document (URIValue property). A document can be referenced by more than one instance of this class and consequently can be designated as a component in more than one relationship; this capability allows documents to be networked together to form compound documents with numerous components.

    The two documents in a component relationship might be bound to each other as a result of that relationship. Document binding means the child component document exists in the child documents collection (ChildDocuments property) for the parent component, and the parent component document exists in the parent documents collection (ParentDocuments property) for the child component. This binding can be conditional; for example, it can be conditional on the value for one of the properties on the child document matching an expected value. Also, the child component can be a URI document instead of a Document object. Consequently, not every component relationship results in a document binding. For more information on component relationship types and which properties you are required to set when you create a new ComponentRelationship object, see ComponentRelationshipType Property.

    The two documents in a component relationship do not have to belong to the same object store. Also, these documents can continue to be used and referenced as individual documents, just as if they had never entered into a component relationship with each other.

    The parent component document determines security for each instance of this class. Users with write permission (AccessRight.WRITE) to the parent component have the same rights to that component relationship instance. Permission to delete a component relationship instance requires AccessRight.DELETE or AccessRight.UNLINK rights on the parent component document.

    Metadata

    • Method Detail

      • get_Creator

        java.lang.String get_Creator()
        Returns the value of the Creator property. For more information, see Creator Property.
      • set_Creator

        void set_Creator(java.lang.String value)
        Sets the value of the Creator property. For more information, see Creator Property.
      • get_DateCreated

        java.util.Date get_DateCreated()
        Returns the value of the DateCreated property. For more information, see DateCreated Property.
      • set_DateCreated

        void set_DateCreated(java.util.Date value)
        Sets the value of the DateCreated property. For more information, see DateCreated Property.
      • get_LastModifier

        java.lang.String get_LastModifier()
        Returns the value of the LastModifier property. For more information, see LastModifier Property.
      • set_LastModifier

        void set_LastModifier(java.lang.String value)
        Sets the value of the LastModifier property. For more information, see LastModifier Property.
      • get_DateLastModified

        java.util.Date get_DateLastModified()
        Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
      • set_DateLastModified

        void set_DateLastModified(java.util.Date value)
        Sets the value of the DateLastModified property. For more information, see DateLastModified Property.
      • get_Id

        Id get_Id()
        Returns the value of the Id property. For more information, see Id Property.
      • get_Name

        java.lang.String get_Name()
        Returns the value of the Name property. For more information, see Name Property.
      • set_Name

        void set_Name(java.lang.String value)
        Sets the value of the Name property. For more information, see Name Property.
      • set_ParentComponent

        void set_ParentComponent(Document value)
        Sets the value of the ParentComponent property. For more information, see ParentComponent Property.
      • get_ComponentSortOrder

        java.lang.Integer get_ComponentSortOrder()
        Returns the value of the ComponentSortOrder property. For more information, see ComponentSortOrder Property.
      • set_ComponentSortOrder

        void set_ComponentSortOrder(java.lang.Integer value)
        Sets the value of the ComponentSortOrder property. For more information, see ComponentSortOrder Property.
      • set_ChildComponent

        void set_ChildComponent(Document value)
        Sets the value of the ChildComponent property. For more information, see ChildComponent Property.
      • get_CopyToReservation

        java.lang.Boolean get_CopyToReservation()
        Returns the value of the CopyToReservation property. For more information, see CopyToReservation Property.
      • set_CopyToReservation

        void set_CopyToReservation(java.lang.Boolean value)
        Sets the value of the CopyToReservation property. For more information, see CopyToReservation Property.
      • get_URIValue

        java.lang.String get_URIValue()
        Returns the value of the URIValue property. For more information, see URIValue Property.
      • set_URIValue

        void set_URIValue(java.lang.String value)
        Sets the value of the URIValue property. For more information, see URIValue Property.
      • get_LabelBindValue

        java.lang.String get_LabelBindValue()
        Returns the value of the LabelBindValue property. For more information, see LabelBindValue Property.
      • set_LabelBindValue

        void set_LabelBindValue(java.lang.String value)
        Sets the value of the LabelBindValue property. For more information, see LabelBindValue Property.

© Copyright IBM Corporation 2006, 2013. All rights reserved.