Uses of Class
org.alfresco.service.cmr.view.ReferenceType
-
Packages that use ReferenceType Package Description org.alfresco.service.cmr.view -
-
Uses of ReferenceType in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view that return ReferenceType Modifier and Type Method Description ReferenceTypeExporterCrawlerParameters. getReferenceType()Gets the format of exported referencesstatic ReferenceTypeReferenceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReferenceType[]ReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.view with parameters of type ReferenceType Modifier and Type Method Description voidExporterCrawlerParameters. setReferenceType(ReferenceType referenceType)Sets the format of exported references (child and association references)
-