Interface PartitionableObjectComp
- 
- All Known Subinterfaces:
- AdHocAlertSource,- AlertEscalation,- AlertGateway,- AlertSource,- Application,- ApplicationObject,- BranchedUniqueNamedApplicationObject,- ConstraintDefinition,- CredentialProtocol,- Dashboard,- Database,- DatumDefinition,- Document,- EmailAlertGateway,- EventDefinition,- ExportRuleSet,- ExtensionPoint,- Format,- ImportRuleDefinition,- ImportRuleSet,- ImportSource,- JobDefinition,- JobDefinitionAlertSource,- JobDefinitionType,- JobLock,- Library,- MailConnector,- MonitorAlertSource,- NavigationBar,- ObjectTagDefinition,- OraAppsSystem,- OraOhiSystem,- PartitionableObject,- PeopleSoftSystem,- PeriodFunction,- ProcessMonitor,- ProcessMonitorDefinition,- ProcessServer,- ProcessServerAlertSource,- Queue,- QueueAlertSource,- R2WCatalog,- RemoteSystem,- Resource,- SAPBAEConnector,- SAPSystem,- Service,- SubmitFrame,- Table,- TableDefinition,- TimeWindow,- Trigger,- UniqueNamedApplicationObject
 
 public interface PartitionableObjectCompThis class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<ObjectTag>getObjectTags()Get the value for ObjectTag.
 
- 
- 
- 
Method Detail- 
getObjectTagsIterator<ObjectTag> getObjectTags() Get the value for ObjectTag. (Get all object tags created for this PartitionableObject)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 
- 
 
-