Uses of Enum Class
org.alfresco.service.cmr.view.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view that return ReferenceTypeModifier and TypeMethodDescriptionExporterCrawlerParameters.getReferenceType()Gets the format of exported referencesstatic ReferenceTypeReturns the enum constant of this class with the specified name.static ReferenceType[]ReferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.view with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoidExporterCrawlerParameters.setReferenceType(ReferenceType referenceType) Sets the format of exported references (child and association references)