Uses of Enum Class
org.alfresco.module.org_alfresco_module_rm.fileplan.FilePlanComponentKind
Packages that use FilePlanComponentKind
Package
Description
-
Uses of FilePlanComponentKind in org.alfresco.module.org_alfresco_module_rm
Methods in org.alfresco.module.org_alfresco_module_rm that return FilePlanComponentKindModifier and TypeMethodDescriptionRecordsManagementService.getFilePlanComponentKind(NodeRef nodeRef) Deprecated.RecordsManagementServiceImpl.getFilePlanComponentKind(NodeRef nodeRef) Deprecated.As of 2.1, seeFilePlanService.getFilePlanComponentKind(NodeRef)RecordsManagementService.getFilePlanComponentKindFromType(QName type) Deprecated.As of 2.1, seeFilePlanService.getFilePlanComponentKindFromType(QName)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 FilePlanComponentKindModifier and TypeFieldDescriptionprotected Set<FilePlanComponentKind>RMActionExecuterAbstractBase.applicableKindsList of kinds for which this action is applicableMethods in org.alfresco.module.org_alfresco_module_rm.action that return types with arguments of type FilePlanComponentKindModifier and TypeMethodDescriptionRecordsManagementActionDefinition.getApplicableKinds()RecordsManagementActionDefinitionImpl.getApplicableKinds()Method parameters in org.alfresco.module.org_alfresco_module_rm.action with type arguments of type FilePlanComponentKindModifier and TypeMethodDescriptionvoidRecordsManagementActionDefinitionImpl.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 FilePlanComponentKindModifier and TypeMethodDescriptionFilePlanService.getFilePlanComponentKind(NodeRef nodeRef) Returns the 'kind' of file plan component the node reference is.FilePlanService.getFilePlanComponentKindFromType(QName type) Returns the file plan component 'kind' that relates to the passed content type.static FilePlanComponentKindReturns the enum constant of this class with the specified name.static FilePlanComponentKind[]FilePlanComponentKind.values()Returns an array containing the constants of this enum class, 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 FilePlanComponentKindModifier and TypeFieldDescriptionprotected Set<FilePlanComponentKind>BaseEvaluator.kindsFile plan component kindsMethod parameters in org.alfresco.module.org_alfresco_module_rm.jscript.app with type arguments of type FilePlanComponentKind -
Uses of FilePlanComponentKind in org.alfresco.module.org_alfresco_module_rm.util
Methods in org.alfresco.module.org_alfresco_module_rm.util that return FilePlanComponentKindModifier and TypeMethodDescriptionServiceBaseImpl.getFilePlanComponentKind(NodeRef nodeRef) Gets the file plan component kind from the given node referenceServiceBaseImpl.getFilePlanComponentKindFromType(QName type) Gets the file plan component kind from the given type.
FilePlanService.getFilePlanComponentKind(NodeRef)