Uses of Class
org.alfresco.module.org_alfresco_module_rm.fileplan.FilePlanComponentKind
-
-
Uses of FilePlanComponentKind in org.alfresco.module.org_alfresco_module_rm
Methods in org.alfresco.module.org_alfresco_module_rm that return FilePlanComponentKind Modifier and Type Method Description FilePlanComponentKind
RecordsManagementService. getFilePlanComponentKind(NodeRef nodeRef)
Deprecated.As of 2.1, seeFilePlanService.getFilePlanComponentKind(NodeRef)
FilePlanComponentKind
RecordsManagementServiceImpl. getFilePlanComponentKind(NodeRef nodeRef)
Deprecated.As of 2.1, seeFilePlanService.getFilePlanComponentKind(NodeRef)
FilePlanComponentKind
RecordsManagementService. getFilePlanComponentKindFromType(QName type)
Deprecated.As of 2.1, seeFilePlanService.getFilePlanComponentKindFromType(QName)
FilePlanComponentKind
RecordsManagementServiceImpl. getFilePlanComponentKindFromType(QName type)
Deprecated.As of 2.1, seeFilePlanService.getFilePlanComponentKindFromType(QName)
-
Uses of FilePlanComponentKind in org.alfresco.module.org_alfresco_module_rm.action
Fields in org.alfresco.module.org_alfresco_module_rm.action with type parameters of type FilePlanComponentKind Modifier and Type Field Description protected Set<FilePlanComponentKind>
RMActionExecuterAbstractBase. applicableKinds
List of kinds for which this action is applicableMethods in org.alfresco.module.org_alfresco_module_rm.action that return types with arguments of type FilePlanComponentKind Modifier and Type Method Description Set<FilePlanComponentKind>
RecordsManagementActionDefinition. getApplicableKinds()
Set<FilePlanComponentKind>
RecordsManagementActionDefinitionImpl. getApplicableKinds()
Method parameters in org.alfresco.module.org_alfresco_module_rm.action with type arguments of type FilePlanComponentKind Modifier and Type Method Description void
RecordsManagementActionDefinitionImpl. setApplicableKinds(Set<FilePlanComponentKind> applicableKinds)
-
Uses of FilePlanComponentKind in org.alfresco.module.org_alfresco_module_rm.fileplan
Methods in org.alfresco.module.org_alfresco_module_rm.fileplan that return FilePlanComponentKind Modifier and Type Method Description FilePlanComponentKind
FilePlanService. getFilePlanComponentKind(NodeRef nodeRef)
Returns the 'kind' of file plan component the node reference is.FilePlanComponentKind
FilePlanService. getFilePlanComponentKindFromType(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. -
Uses of FilePlanComponentKind in org.alfresco.module.org_alfresco_module_rm.jscript.app
Fields in org.alfresco.module.org_alfresco_module_rm.jscript.app with type parameters of type FilePlanComponentKind Modifier and Type Field Description protected Set<FilePlanComponentKind>
BaseEvaluator. kinds
File plan component kindsMethod parameters in org.alfresco.module.org_alfresco_module_rm.jscript.app with type arguments of type FilePlanComponentKind Modifier and Type Method Description void
BaseEvaluator. setKinds(Set<FilePlanComponentKind> kinds)
-
Uses of FilePlanComponentKind in org.alfresco.module.org_alfresco_module_rm.util
Methods in org.alfresco.module.org_alfresco_module_rm.util that return FilePlanComponentKind Modifier and Type Method Description FilePlanComponentKind
ServiceBaseImpl. getFilePlanComponentKind(NodeRef nodeRef)
Gets the file plan component kind from the given node referenceFilePlanComponentKind
ServiceBaseImpl. getFilePlanComponentKindFromType(QName type)
Gets the file plan component kind from the given type.
-