public interface ParameterProcessorQueryInspector extends OsidProcessorQueryInspector
This is the query inspector for examining parameter processor queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getConfigurationIdTerms()
Gets the configuration
Id query terms. |
ConfigurationQueryInspector[] |
getConfigurationTerms()
Gets the configuration query terms.
|
ParameterProcessorQueryInspectorRecord |
getParameterProcessorQueryInspectorRecord(Type parameterProcessorRecordType)
Gets the parameter processor query inspector record corresponding to
the given
ParameterProcessor record Type. |
IdTerm[] |
getRuledParameterIdTerms()
Gets the parameter
Id query terms. |
ParameterQueryInspector[] |
getRuledParameterTerms()
Gets the parameter query terms.
|
getRuleIdTerms, getRuleTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsIdTerm[] getRuledParameterIdTerms()
Id query terms.mandatory - This method must be implemented. ParameterQueryInspector[] getRuledParameterTerms()
mandatory - This method must be implemented. IdTerm[] getConfigurationIdTerms()
Id query terms.mandatory - This method must be implemented. ConfigurationQueryInspector[] getConfigurationTerms()
mandatory - This method must be implemented. ParameterProcessorQueryInspectorRecord getParameterProcessorQueryInspectorRecord(Type parameterProcessorRecordType) throws OperationFailedException
ParameterProcessor record Type.
parameterProcessorRecordType - a parameter processor record typeNullArgumentException -
parameterProcessorRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(parameterProcessorRecordType) is
false mandatory - This method must be implemented.