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 TypeMethodDescriptionboolean
isExcluded
(NodeRef nodeRef) void
setExcludedTypes
(QNameFilter excludedTypes) void
setExpectedTypes
(List<String> expectedTypes) void
setNodeService
(NodeService nodeService)
-
Constructor Details
-
ExcludedTypes
public ExcludedTypes()
-
-
Method Details
-
setExpectedTypes
-
setNodeService
-
setExcludedTypes
-
isExcluded
-