Interface RecordsManagementServiceRegistry
-
- All Superinterfaces:
ServiceRegistry
- All Known Implementing Classes:
RecordsManagementServiceRegistryImpl
public interface RecordsManagementServiceRegistry extends ServiceRegistry
Records management service registry- Author:
- Roy Wetherall
-
-
Field Summary
Fields Modifier and Type Field Description static QName
CAPABILITY_SERVICE
static QName
DISPOSITION_SERVICE
static QName
EXTENDED_SECURITY_SERVICE
static QName
FILE_PLAN_AUTHENTICATION_SERVICE
static QName
FILE_PLAN_PERMISSION_SERVICE
static QName
FILE_PLAN_ROLE_SERVICE
static QName
FILE_PLAN_SERVICE
static QName
FREEZE_SERVICE
static QName
IDENTIFIER_SERVICE
static QName
RECORD_FOLDER_SERVICE
static QName
RECORD_SERVICE
static QName
RECORDS_MANAGEMENT_ACTION_SERVICE
static QName
RECORDS_MANAGEMENT_ADMIN_SERVICE
static QName
RECORDS_MANAGEMENT_AUDIT_SERVICE
static QName
RECORDS_MANAGEMENT_EVENT_SERVICE
static QName
RECORDS_MANAGEMENT_SECURITY_SERVICE
Deprecated.static QName
RECORDS_MANAGEMENT_SERVICE
Service QName constantsstatic QName
TRANSFER_SERVICE
-
Fields inherited from interface org.alfresco.service.ServiceRegistry
ACTION_SERVICE, ATTRIBUTE_SERVICE, AUDIT_SERVICE, AUTHENTICATION_SERVICE, AUTHORITY_SERVICE, BLOG_SERVICE, CALENDAR_SERVICE, CATEGORY_SERVICE, CMIS_DICTIONARY_SERVICE, CMIS_QUERY_SERVICE, CMIS_SERVICE, COCI_SERVICE, CONTENT_FILTER_LANGUAGES_SERVICE, CONTENT_SERVICE, COPY_SERVICE, DESCRIPTOR_SERVICE, DICTIONARY_SERVICE, DOCUMENT_LINK_SERVICE, EDITION_SERVICE, EXPORTER_SERVICE, FILE_FOLDER_SERVICE, FORM_SERVICE, IMAP_SERVICE, IMPORTER_SERVICE, INVITATION_SERVICE, JOB_LOCK_SERVICE, LOCK_SERVICE, MESSAGE_SERVICE, MIMETYPE_SERVICE, MODULE_SERVICE, MULTILINGUAL_CONTENT_SERVICE, NAMESPACE_SERVICE, NODE_LOCATOR_SERVICE, NODE_SERVICE, NOTIFICATION_SERVICE, OWNABLE_SERVICE, PERMISSIONS_SERVICE, PERSON_SERVICE, POLICY_COMPONENT, PREFERENCE_SERVICE, PUBLIC_SERVICE_ACCESS_SERVICE, RATING_SERVICE, REGISTRY_SERVICE, RENDITION_SERVICE, RENDITION_SERVICE_2, REPO_ADMIN_SERVICE, RETRYING_TRANSACTION_HELPER, RULE_SERVICE, SCRIPT_SERVICE, SEARCH_SERVICE, SERVICE_REGISTRY, SITE_SERVICE, SYNCHRONOUS_TRANSFORM_CLIENT, TAGGING_SERVICE, TEMPLATE_SERVICE, THUMBNAIL_SERVICE, TRANSACTION_SERVICE, VERSION_SERVICE, WEBDAV_SERVICE, WORKFLOW_SERVICE
-
-
Method Summary
-
Methods inherited from interface org.alfresco.service.ServiceRegistry
getActionService, getAttributeService, getAuditService, getAuthenticationService, getAuthorityService, getBlogService, getCalendarService, getCategoryService, getCheckOutCheckInService, getCMISDictionaryService, getCMISQueryService, getContentFilterLanguagesService, getContentService, getCopyService, getDescriptorService, getDictionaryService, getDocumentLinkService, getEditionService, getExporterService, getFacetLabelDisplayHandlerRegistry, getFileFolderService, getFormService, getImapService, getImporterService, getInvitationService, getJobLockService, getLockService, getMessageService, getMimetypeService, getModuleService, getMultilingualContentService, getNamespaceService, getNodeLocatorService, getNodeService, getNotificationService, getOwnableService, getPermissionService, getPersonService, getPolicyComponent, getPublicServiceAccessService, getRatingService, getRenditionService, getRenditionService2, getRepoAdminService, getRetryingTransactionHelper, getRuleService, getScriptService, getSearchService, getService, getServices, getSiteService, getSolrFacetHelper, getSynchronousTransformClient, getSysAdminParams, getTaggingService, getTemplateService, getThumbnailService, getTransactionService, getVersionService, getWebDavService, getWorkflowService, isServiceProvided
-
-
-
-
Field Detail
-
RECORDS_MANAGEMENT_SERVICE
static final QName RECORDS_MANAGEMENT_SERVICE
Service QName constants
-
DISPOSITION_SERVICE
static final QName DISPOSITION_SERVICE
-
RECORDS_MANAGEMENT_ADMIN_SERVICE
static final QName RECORDS_MANAGEMENT_ADMIN_SERVICE
-
RECORDS_MANAGEMENT_ACTION_SERVICE
static final QName RECORDS_MANAGEMENT_ACTION_SERVICE
-
RECORDS_MANAGEMENT_EVENT_SERVICE
static final QName RECORDS_MANAGEMENT_EVENT_SERVICE
-
RECORDS_MANAGEMENT_AUDIT_SERVICE
static final QName RECORDS_MANAGEMENT_AUDIT_SERVICE
-
CAPABILITY_SERVICE
static final QName CAPABILITY_SERVICE
-
RECORD_SERVICE
static final QName RECORD_SERVICE
-
FREEZE_SERVICE
static final QName FREEZE_SERVICE
-
EXTENDED_SECURITY_SERVICE
static final QName EXTENDED_SECURITY_SERVICE
-
FILE_PLAN_SERVICE
static final QName FILE_PLAN_SERVICE
-
FILE_PLAN_ROLE_SERVICE
static final QName FILE_PLAN_ROLE_SERVICE
-
FILE_PLAN_PERMISSION_SERVICE
static final QName FILE_PLAN_PERMISSION_SERVICE
-
FILE_PLAN_AUTHENTICATION_SERVICE
static final QName FILE_PLAN_AUTHENTICATION_SERVICE
-
IDENTIFIER_SERVICE
static final QName IDENTIFIER_SERVICE
-
RECORD_FOLDER_SERVICE
static final QName RECORD_FOLDER_SERVICE
-
TRANSFER_SERVICE
static final QName TRANSFER_SERVICE
-
RECORDS_MANAGEMENT_SECURITY_SERVICE
@Deprecated static final QName RECORDS_MANAGEMENT_SECURITY_SERVICE
Deprecated.
-
-
Method Detail
-
getRecordsManagementService
@NotAuditable RecordsManagementService getRecordsManagementService()
- Returns:
- records management service
-
getRecordService
@NotAuditable RecordService getRecordService()
- Returns:
- record service
-
getDispositionService
@NotAuditable DispositionService getDispositionService()
- Returns:
- disposition service
-
getRecordsManagementAdminService
@NotAuditable RecordsManagementAdminService getRecordsManagementAdminService()
- Returns:
- records management admin service
-
getRecordsManagementActionService
@NotAuditable RecordsManagementActionService getRecordsManagementActionService()
- Returns:
- records management action service
-
getRecordsManagementEventService
@NotAuditable RecordsManagementEventService getRecordsManagementEventService()
- Returns:
- records management event service
-
getRecordsManagementSecurityService
@Deprecated @NotAuditable RecordsManagementSecurityService getRecordsManagementSecurityService()
Deprecated.As of release 2.1, replaced withFilePlanRoleService
,FilePlanPermissionService
andModelSecurityService
- Returns:
- records management security service
-
getRecordsManagementAuditService
@NotAuditable RecordsManagementAuditService getRecordsManagementAuditService()
- Returns:
- records management audit service
-
getCapabilityService
@NotAuditable CapabilityService getCapabilityService()
- Returns:
- capability service
- Since:
- 2.0
-
getFreezeService
@NotAuditable FreezeService getFreezeService()
- Returns:
- freeze service
- Since:
- 2.1
-
getExtendedSecurityService
@NotAuditable ExtendedSecurityService getExtendedSecurityService()
- Returns:
- extended security service
- Since:
- 2.1
-
getFilePlanService
@NotAuditable FilePlanService getFilePlanService()
- Returns:
- file plan service
- Since:
- 2.1
-
getFilePlanRoleService
@NotAuditable FilePlanRoleService getFilePlanRoleService()
- Returns:
- file plan role service
- Since:
- 2.1
-
getFilePlanPermissionService
@NotAuditable FilePlanPermissionService getFilePlanPermissionService()
- Returns:
- file plan permission service
- Since:
- 2.1
-
getIdentifierService
IdentifierService getIdentifierService()
- Returns:
- identifier service
- Since:
- 2.1
-
getRecordFolderService
@NotAuditable RecordFolderService getRecordFolderService()
- Returns:
- record folder service
- Since:
- 2.2
-
getTransferService
@NotAuditable TransferService getTransferService()
- Returns:
- transfer service
- Since:
- 2.2
-
-