public interface ProcessQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining process queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorProcessIdTerms()
Gets the ancestor process
Id terms. |
ProcessQueryInspector[] |
getAncestorProcessTerms()
Gets the ancestor process terms.
|
IdTerm[] |
getDescendantProcessIdTerms()
Gets the descendant process
Id terms. |
ProcessQueryInspector[] |
getDescendantProcessTerms()
Gets the descendant process terms.
|
ProcessQueryInspectorRecord |
getProcessQueryInspectorRecord(Type processRecordType)
Gets the process query inspector record corresponding to the given
Process record Type. |
IdTerm[] |
getStateIdTerms()
Gets the state
Id terms. |
StateQueryInspector[] |
getStateTerms()
Gets the state terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getStateIdTerms()
Id terms.getStateIdTerms in interface OsidObjectQueryInspector Id termsmandatory - This method must be implemented. StateQueryInspector[] getStateTerms()
getStateTerms in interface OsidObjectQueryInspectormandatory - This method must be implemented. IdTerm[] getAncestorProcessIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ProcessQueryInspector[] getAncestorProcessTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantProcessIdTerms()
Id terms. Id termsmandatory - This method must be implemented. ProcessQueryInspector[] getDescendantProcessTerms()
mandatory - This method must be implemented. ProcessQueryInspectorRecord getProcessQueryInspectorRecord(Type processRecordType) throws OperationFailedException
Process record Type. processRecordType - a process record typeNullArgumentException - processRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(processRecordType) is false
mandatory - This method must be implemented.