Package org.alfresco.rest.api.impl
Class ExcludedTypes
java.lang.Object
org.alfresco.rest.api.impl.ExcludedTypes
Stores a set of excluded types, by full type name. The localName can be a wildcard (*) to indicate that the whole namespace should be excluded.
- Author:
- steveglover
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExcluded(NodeRef nodeRef) voidsetExcludedTypes(QNameFilter excludedTypes) voidsetExpectedTypes(List<String> expectedTypes) voidsetNodeService(NodeService nodeService)
-
Constructor Details
-
ExcludedTypes
public ExcludedTypes()
-
-
Method Details
-
setExpectedTypes
-
setNodeService
-
setExcludedTypes
-
isExcluded
-