| Interface | Description |
|---|---|
| AllPortalQuery |
Query interface for All Portals.
|
| AllTypesSinceQuery |
Query interface that queries all resources in a portal since a given date.
|
| AssetQuery<T extends ManagedPortalObject> |
Query interface for Asset.
|
| DefaultPortalQuery |
Query that returns the default portal.
|
| DiscoverablePortalQuery |
Query interface for Discoverable Portals.
|
| DiscoveredPortalIdQuery |
Query to find a portal by ID
|
| DiscoveredPortalNameQuery |
Query to find a portal by name
|
| DiscoveredPortalQuery |
Query used to find portals
|
| DisplayNameQuery<T extends Portal> |
Query interface returns all portals with a given display name.
|
| JoinedOrPublicPortalQuery |
Query interface for Joined or Public Portal queries.
|
| JoinedPortalQuery |
Query interface for Joined Portal query.
|
| MemberQuery |
Query interface for Member.
|
| ModeratedPortalQuery |
Query interface for Moderated Portal query
|
| NameDescriptionLikeQuery<T extends ManagedPortalObject> |
Query interface returns all items of a given type which contain keyword in the name or description fields.
|
| NameLikeQuery<T extends ManagedPortalObject> |
Query interface returns all items of a given type which contain keyword in the name field.
|
| NameNamespaceQuery<T extends ManagedPortalObject> |
Query that returns an object by name and namespace.
|
| NameQuery<T extends ManagedPortalObject> |
Query interface returns all items of a given type with a given name.
|
| Order |
Interface for Enum classes repressenting columns of order by clause.
|
| PagePathQuery<T extends BasePage> |
Query interface returns all BasePage items of a given type which match a given PagePath.
|
| PortalInstanceQuery |
Generic Query interface for PortalInstance.
|
| PortalObjectItemQuery<T extends PortalObject> |
Query that returns a single PortalObject.
|
| PortalObjectListQuery<T extends PortalObject> |
Query that returns multiple PortalObjects
|
| PortalObjectQuery<T extends PortalObject> |
Query interface for Portal Objects.
|
| PortalObjectQueryFactory |
Query Factory returns all query names for a given return Class type, or
returns a single query for a given return type and query name.
|
| PortalQuery<T extends Portal<?>> |
Generic Query interface for Portal, including PortalInstance and PortalTemplate.
|
| PortalTemplateQuery |
Query interface for Portal.
|
| PublicPortalQuery |
Query interface for Public Portal queries.
|
| SinceQuery<T extends ManagedPortalObject> |
Query interface returns all items of a given type modified since a given date.
|
| Class | Description |
|---|---|
| PortalResultsOrder | |
| ResultsOrder |
| Enum | Description |
|---|---|
| PortalResultsOrder.PortalOrderBy | |
| ResultsOrder.Direction | |
| ResultsOrder.OrderBy |