seObject (3 of 3)
Provides ITR related methods:
- seObject::isPublished
- Check to see if an object is published so it can be referenced from other transmittals.
- seObject::publish
- Publish the object so it can be referenced from other transmittals.
- seObject::unpublish
- Remove the object from the list of objects that can be referenced from other transmittals.
- seObject::getPublishedLabelCount
- Returns how many different labels the object is published as.
- seObject::getPublishedLabel
- Gets each specific label the object was published as.
- seObject::isResolved
- Determine if an object is resolved or not.
- seObject::resolve
- If an object was retrieved via ITR, and the ITR behavior is not set to SE_ITR_BHVR_RESOLVE, then this function will resolve the object.
- seObject::getUnresolvedTransmittalURN
- Gets the transmittal URN that the unresolved object references.
- seObject::getUnresolvedObjectLabel
- Gets the object label that the unresolved object references.