OSID Logo
OSID Specifications
filing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.filing.DirectoryEntryQueryInspector
Implementsosid.OsidObjectQueryInspector
Description

DirectoryEntryQueryInspector defines methods in common to both FileQueryInspector and DirectoryQueryInspector.

MethodgetNameTerms
Description

Gets the name query terms.

Returnosid.search.terms.StringTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetPathTerms
Description

Gets the path query terms.

Returnosid.search.terms.StringTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetDirectoryTerms
Description

Gets the directory query terms.

Returnosid.filing.DirectoryQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetAliasesTerms
Description

Gets the aliases query terms.

Returnosid.search.terms.BooleanTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetOwnerIdTerms
Description

Gets the owner Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetOwnerTerms
Description

Gets the owner query terms.

Returnosid.authentication.AgentQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetCreatedTimeTerms
Description

Gets the created time query terms.

Returnosid.search.terms.DateTimeRangeTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetModifiedTimeTerms
Description

Gets the modified time query terms.

Returnosid.search.terms.DateTimeRangeTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetLastAccessTimeTerms
Description

Gets the last access time query terms.

Returnosid.search.terms.DateTimeRangeTerm[]the query terms
CompliancemandatoryThis method must be implemented.