public class ServiceBaseImpl extends Object implements RecordsManagementModel, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext
Application context
|
protected AuthenticationUtil |
authenticationUtil
authentication helper
|
protected org.alfresco.service.cmr.dictionary.DictionaryService |
dictionaryService
Dictionary service
|
protected org.alfresco.service.cmr.repository.NodeService |
nodeService
Node service
|
protected org.alfresco.service.cmr.rendition.RenditionService |
renditionService
Rendition service
|
protected TransactionalResourceHelper |
transactionalResourceHelper
transactional resource helper
|
ASPECT_ASCENDED, ASPECT_CAVEAT_CONFIG_ROOT, ASPECT_COMMON_RECORD_DETAILS, ASPECT_COUNTABLE, ASPECT_CUSTOM_RM_DATA, ASPECT_CUT_OFF, ASPECT_DECLARED_RECORD, ASPECT_DISPOSITION_LIFECYCLE, ASPECT_EMAIL_CONFIG_ROOT, ASPECT_EXTENDED_SECURITY, ASPECT_FILABLE, ASPECT_FILE_PLAN_COMPONENT, ASPECT_FROZEN, ASPECT_GHOSTED, ASPECT_HELD_CHILDREN, ASPECT_LOADED_DATA_SET_ID, ASPECT_RECORD, ASPECT_RECORD_COMPONENT_ID, ASPECT_RECORD_META_DATA, ASPECT_RECORD_ORIGINATING_DETAILS, ASPECT_RECORD_REJECTION_DETAILS, ASPECT_RECORDS_MANAGEMENT_ROOT, ASPECT_RM_SEARCH, ASPECT_SAVED_SEARCH, ASPECT_SCHEDULED, ASPECT_TRANSFERRED, ASPECT_TRANSFERRING, ASPECT_UNCUT_OFF, ASPECT_UNPUBLISHED_UPDATE, ASPECT_VERSIONED_RECORD, ASPECT_VITAL_RECORD, ASPECT_VITAL_RECORD_DEFINITION, ASSOC_CAVEAT_CONFIG, ASSOC_DISPOSITION_ACTION_DEFINITIONS, ASSOC_DISPOSITION_ACTION_HISTORY, ASSOC_DISPOSITION_SCHEDULE, ASSOC_EMAIL_CONFIG, ASSOC_EVENT_EXECUTIONS, ASSOC_FROZEN_RECORDS, ASSOC_HOLDS, ASSOC_NEXT_DISPOSITION_ACTION, ASSOC_TRANSFERRED, ASSOC_TRANSFERS, PROP_COUNT, PROP_CUT_OFF_DATE, PROP_DATE_FILED, PROP_DB_UNIQUENESS_ID, PROP_DECLARED_AT, PROP_DECLARED_BY, PROP_DISPOSITION_ACTION, PROP_DISPOSITION_ACTION_COMPLETED_AT, PROP_DISPOSITION_ACTION_COMPLETED_BY, PROP_DISPOSITION_ACTION_GHOST_ON_DESTROY, PROP_DISPOSITION_ACTION_ID, PROP_DISPOSITION_ACTION_NAME, PROP_DISPOSITION_ACTION_STARTED_AT, PROP_DISPOSITION_ACTION_STARTED_BY, PROP_DISPOSITION_AS_OF, PROP_DISPOSITION_AUTHORITY, PROP_DISPOSITION_DESCRIPTION, PROP_DISPOSITION_EVENT, PROP_DISPOSITION_EVENT_COMBINATION, PROP_DISPOSITION_EVENTS_ELIGIBLE, PROP_DISPOSITION_INSTRUCTIONS, PROP_DISPOSITION_LOCATION, PROP_DISPOSITION_PERIOD, PROP_DISPOSITION_PERIOD_PROPERTY, PROP_EVENT_EXECUTION_AUTOMATIC, PROP_EVENT_EXECUTION_COMPLETE, PROP_EVENT_EXECUTION_COMPLETED_AT, PROP_EVENT_EXECUTION_COMPLETED_BY, PROP_EVENT_EXECUTION_NAME, PROP_FROZEN_AT, PROP_FROZEN_BY, PROP_HELD_CHILDREN_COUNT, PROP_HOLD_REASON, PROP_IDENTIFIER, PROP_IS_CLOSED, PROP_LOADED_DATA_SET_IDS, PROP_LOCATION, PROP_MANUALLY_SET_AS_OF, PROP_ORIGIONAL_NAME, PROP_PUBLISH_IN_PROGRESS, PROP_READERS, PROP_RECORD_LEVEL_DISPOSITION, PROP_RECORD_ORIGINATING_CREATION_DATE, PROP_RECORD_ORIGINATING_LOCATION, PROP_RECORD_ORIGINATING_USER_ID, PROP_RECORD_REJECTION_DATE, PROP_RECORD_REJECTION_REASON, PROP_RECORD_REJECTION_USER_ID, PROP_REVIEW_AS_OF, PROP_REVIEW_PERIOD, PROP_ROOT_NODEREF, PROP_RS_DISPOITION_AUTHORITY, PROP_RS_DISPOITION_INSTRUCTIONS, PROP_RS_DISPOSITION_ACTION_AS_OF, PROP_RS_DISPOSITION_ACTION_NAME, PROP_RS_DISPOSITION_EVENTS, PROP_RS_DISPOSITION_EVENTS_ELIGIBLE, PROP_RS_DISPOSITION_PERIOD, PROP_RS_DISPOSITION_PERIOD_EXPRESSION, PROP_RS_HAS_DISPOITION_SCHEDULE, PROP_RS_HOLD_REASON, PROP_RS_VITAL_RECORD_REVIEW_PERIOD, PROP_RS_VITAL_RECORD_REVIEW_PERIOD_EXPRESSION, PROP_TRANSFER_ACCESSION_INDICATOR, PROP_TRANSFER_LOCATION, PROP_TRANSFER_PDF_INDICATOR, PROP_UNPUBLISHED_UPDATE, PROP_UPDATE_TO, PROP_UPDATED_PROPERTIES, PROP_VITAL_RECORD_INDICATOR, PROP_WRITERS, RM_MODEL, RM_PREFIX, RM_URI, TYPE_CAVEAT_CONFIG, TYPE_DISPOSITION_ACTION, TYPE_DISPOSITION_ACTION_DEFINITION, TYPE_DISPOSITION_SCHEDULE, TYPE_EMAIL_CONFIG, TYPE_EVENT_EXECUTION, TYPE_FILE_PLAN, TYPE_HOLD, TYPE_HOLD_CONTAINER, TYPE_NON_ELECTRONIC_DOCUMENT, TYPE_RECORD_CATEGORY, TYPE_RECORD_FOLDER, TYPE_RECORDS_MANAGEMENT_CONTAINER, TYPE_RM_SITE, TYPE_TRANSFER, TYPE_TRANSFER_CONTAINER, TYPE_UNFILED_RECORD_CONTAINER, TYPE_UNFILED_RECORD_FOLDER, UPDATE_TO_DISPOSITION_ACTION_DEFINITIONASPECT_CUSTOM_ASSOCIATIONS, ASPECT_SUPPLEMENTAL_MARKING_LIST, CONSTRAINT_CUSTOM_SMLIST, CUSTOM_REF_CROSSREFERENCE, CUSTOM_REF_OBSOLETES, CUSTOM_REF_RENDITION, CUSTOM_REF_SUPERSEDES, CUSTOM_REF_SUPPORTS, CUSTOM_REF_VERSIONS, PROP_SUPPLEMENTAL_MARKING_LIST, RM_CUSTOM_MODEL, RM_CUSTOM_PREFIX, RM_CUSTOM_URI| Constructor and Description |
|---|
ServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getFilePlan(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the file plan that a given file plan component resides within.
|
FilePlanComponentKind |
getFilePlanComponentKind(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the file plan component kind from the given node reference
|
FilePlanComponentKind |
getFilePlanComponentKindFromType(org.alfresco.service.namespace.QName type)
Gets the file plan component kind from the given type.
|
protected org.alfresco.service.cmr.repository.NodeService |
getInternalNodeService()
Helper to get internal node service.
|
protected int |
getNextCount(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Utility method to get the next counter for a node.
|
protected Set<org.alfresco.service.namespace.QName> |
getTypeAndApsects(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Helper method to get a set containing the node's type and all it's aspects
|
protected boolean |
instanceOf(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName ofClassName)
Utility method to safely and quickly determine if a node is a type (or sub-type) of the one specified.
|
protected boolean |
instanceOf(org.alfresco.service.namespace.QName className,
org.alfresco.service.namespace.QName ofClassName)
Utility method to quickly determine whether one class is equal to or sub of another.
|
boolean |
isDeclared(org.alfresco.service.cmr.repository.NodeRef record)
Indicates whether a record is complete or not.
|
boolean |
isFilePlan(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node is a file plan or not.
|
boolean |
isFilePlanComponent(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node is a file plan component or not.
|
boolean |
isFilePlanContainer(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node is a file plan container or not.
|
boolean |
isHold(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node reference is a hold or not.
|
boolean |
isRecord(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node reference is a record or not.
|
boolean |
isRecordCategory(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node is a record category or not.
|
boolean |
isRecordFolder(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node is a record folder or not.
|
boolean |
isTransfer(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node reference is a transfer or not.
|
boolean |
isUnfiledRecordsContainer(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Indicates whether the given node reference is an unfiled records container or not.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setAuthenticationUtil(AuthenticationUtil authenticationUtil) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setRenditionService(org.alfresco.service.cmr.rendition.RenditionService service) |
void |
setTransactionalResourceHelper(TransactionalResourceHelper transactionalResourceHelper) |
protected org.alfresco.service.cmr.repository.NodeService nodeService
protected org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
protected org.alfresco.service.cmr.rendition.RenditionService renditionService
protected org.springframework.context.ApplicationContext applicationContext
protected AuthenticationUtil authenticationUtil
protected TransactionalResourceHelper transactionalResourceHelper
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - node servicepublic void setRenditionService(org.alfresco.service.cmr.rendition.RenditionService service)
service - servicepublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService - dictionary servicepublic void setAuthenticationUtil(AuthenticationUtil authenticationUtil)
authenticationUtil - authentication util helperpublic void setTransactionalResourceHelper(TransactionalResourceHelper transactionalResourceHelper)
transactionalResourceHelper - transactional resource helperprotected org.alfresco.service.cmr.repository.NodeService getInternalNodeService()
Used for performance reasons.
public FilePlanComponentKind getFilePlanComponentKind(org.alfresco.service.cmr.repository.NodeRef nodeRef)
public FilePlanComponentKind getFilePlanComponentKindFromType(org.alfresco.service.namespace.QName type)
public boolean isFilePlanComponent(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Exposed in the FilePlan service.
public boolean isFilePlan(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Exposed in the FilePlan service.
public boolean isFilePlanContainer(org.alfresco.service.cmr.repository.NodeRef nodeRef)
public boolean isRecordCategory(org.alfresco.service.cmr.repository.NodeRef nodeRef)
public boolean isRecordFolder(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Exposed in the RecordFolder service.
nodeRef - node referencepublic boolean isRecord(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - node referencepublic boolean isHold(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Exposed publicly in the HoldService
nodeRef - node referencepublic boolean isTransfer(org.alfresco.service.cmr.repository.NodeRef nodeRef)
TransferService.isTransfer(NodeRef)public boolean isUnfiledRecordsContainer(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - node referencepublic boolean isDeclared(org.alfresco.service.cmr.repository.NodeRef record)
public org.alfresco.service.cmr.repository.NodeRef getFilePlan(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - node referenceNodeRef file plan, null if noneprotected boolean instanceOf(org.alfresco.service.cmr.repository.NodeRef nodeRef,
org.alfresco.service.namespace.QName ofClassName)
nodeRef - node referenceofClassName - class name to checkprotected boolean instanceOf(org.alfresco.service.namespace.QName className,
org.alfresco.service.namespace.QName ofClassName)
className - class nameofClassName - class name to check againstprotected int getNextCount(org.alfresco.service.cmr.repository.NodeRef nodeRef)
If the node is not already countable, then rma:countable is added and 0 returned.
nodeRef - node referenceprotected Set<org.alfresco.service.namespace.QName> getTypeAndApsects(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef - nodeRefCopyright © 2005–2018 Alfresco Software. All rights reserved.