Interface | Description |
---|---|
Converter |
Implementations of this interface are responsible for converting between an
InputStream and an
IRepositoryFileData . |
IAclNodeHelper |
The interface for operations over ACL nodes.
|
IBackingRepositoryLifecycleManager |
Allows external code to do initialization work on the backing repository at certain lifecycle milestones.
|
IFileFilter | |
IFileVersioningConfiguration |
Represents versioning information about a repository file.
|
IPentahoJCRPrivilege | |
IPlatformImportBundle |
A struct-like object for bundling related objects together for import into the platform.
|
IRepositoryAccessVoter |
Repository voter to add custom security to the repository.
|
IRepositoryAccessVoterManager |
Repository voter manager to store list of repository access voters
|
IRepositoryContentConverterHandler |
Repository Content Converter Handler manages the repository content converter in the platform
|
IRepositoryDefaultAclHandler |
Supply the default ACL intended to be used when none exist
|
IRepositoryFileData |
The data or payload of a
RepositoryFile . |
IRepositoryVersionManager | |
ISourcesStreamEvents | |
IStreamListener | |
IUnifiedRepository |
Entry point into the unified repository.
|
MondrianSchemaAnnotator |
Provides interface for applying model annotations to a Mondrian schema.
|
Class | Description |
---|---|
RepositoryFile |
Immutable repository file.
|
RepositoryFile.Builder | |
RepositoryFileAce |
Immutable access control entry (ACE).
|
RepositoryFileAcl |
Immutable access control list (ACL).
|
RepositoryFileAcl.Builder | |
RepositoryFileSid |
Repository file security identifier (SID) used as file owners and permission recipients in access control
entries.
|
RepositoryFileTree |
A struct for a
RepositoryFile and its immediate children.* The immediate children is a list of this type
(which can have children and so on). |
RepositoryFileTree.Builder | |
RepositoryRequest | |
VersionSummary |
Immutable version summary for a
RepositoryFile . |
Enum | Description |
---|---|
RepositoryFilePermission |
Repository file permission enumeration.
|
RepositoryFileSid.Type | |
RepositoryRequest.FILES_TYPE_FILTER |
Exception | Description |
---|---|
ConverterException |
An exception that can be thrown from
Converter implementations. |
RepositoryLifecycleManagerException |
Exception thrown from a
IBackingRepositoryLifecycleManager method that fails |
UnifiedRepositoryAccessDeniedException |
An exception that can be thrown from
IUnifiedRepository implementations. |
UnifiedRepositoryCreateFileException |
An exception that can be thrown from
IUnifiedRepository implementations. |
UnifiedRepositoryException |
An exception that can be thrown from
IUnifiedRepository implementations. |
UnifiedRepositoryFileExistsException |
An exception that can be thrown from
IUnifiedRepository implementations. |
UnifiedRepositoryMalformedNameException |
An exception that can be thrown from
IUnifiedRepository implementations. |
UnifiedRepositoryReferentialIntegrityException |
An exception that can be thrown from
IUnifiedRepository implementations. |
UnifiedRepositoryUpdateFileException |
An exception that can be thrown from
IUnifiedRepository implementations. |
Copyright © 2020 Hitachi Vantara. All rights reserved.