| Modifier and Type | Method and Description |
|---|---|
FilePlanComponentKind |
RecordsManagementServiceImpl.getFilePlanComponentKind(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Deprecated.
As of 2.1, see
FilePlanService.getFilePlanComponentKind(NodeRef) |
FilePlanComponentKind |
RecordsManagementService.getFilePlanComponentKind(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Deprecated.
As of 2.1, see
FilePlanService.getFilePlanComponentKind(NodeRef) |
FilePlanComponentKind |
RecordsManagementServiceImpl.getFilePlanComponentKindFromType(org.alfresco.service.namespace.QName type)
Deprecated.
As of 2.1, see
FilePlanService.getFilePlanComponentKindFromType(QName) |
FilePlanComponentKind |
RecordsManagementService.getFilePlanComponentKindFromType(org.alfresco.service.namespace.QName type)
Deprecated.
As of 2.1, see
FilePlanService.getFilePlanComponentKindFromType(QName) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<FilePlanComponentKind> |
RMActionExecuterAbstractBase.applicableKinds
List of kinds for which this action is applicable
|
| Modifier and Type | Method and Description |
|---|---|
Set<FilePlanComponentKind> |
RecordsManagementActionDefinition.getApplicableKinds() |
Set<FilePlanComponentKind> |
RecordsManagementActionDefinitionImpl.getApplicableKinds() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordsManagementActionDefinitionImpl.setApplicableKinds(Set<FilePlanComponentKind> applicableKinds) |
| Modifier and Type | Method and Description |
|---|---|
FilePlanComponentKind |
FilePlanService.getFilePlanComponentKind(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Returns the 'kind' of file plan component the node reference is.
|
FilePlanComponentKind |
FilePlanService.getFilePlanComponentKindFromType(org.alfresco.service.namespace.QName type)
Returns the file plan component 'kind' that relates to the passed
content type.
|
static FilePlanComponentKind |
FilePlanComponentKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilePlanComponentKind[] |
FilePlanComponentKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<FilePlanComponentKind> |
BaseEvaluator.kinds
File plan component kinds
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEvaluator.setKinds(Set<FilePlanComponentKind> kinds) |
| Modifier and Type | Method and Description |
|---|---|
FilePlanComponentKind |
ServiceBaseImpl.getFilePlanComponentKind(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the file plan component kind from the given node reference
|
FilePlanComponentKind |
ServiceBaseImpl.getFilePlanComponentKindFromType(org.alfresco.service.namespace.QName type)
Gets the file plan component kind from the given type.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.