Uses of Class
org.alfresco.repo.solr.AlfrescoModelDiff.TYPE
-
Packages that use AlfrescoModelDiff.TYPE Package Description org.alfresco.repo.solr -
-
Uses of AlfrescoModelDiff.TYPE in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr that return AlfrescoModelDiff.TYPE Modifier and Type Method Description AlfrescoModelDiff.TYPEAlfrescoModelDiff. getType()static AlfrescoModelDiff.TYPEAlfrescoModelDiff.TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlfrescoModelDiff.TYPE[]AlfrescoModelDiff.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.repo.solr with parameters of type AlfrescoModelDiff.TYPE Constructor Description AlfrescoModelDiff(java.lang.String modelName, AlfrescoModelDiff.TYPE type, java.lang.Long oldChecksum, java.lang.Long newChecksum)use full model name or it will be converted to the prefix form - as we are requesting the model it may not be on the other side - so the namespace is unknown.AlfrescoModelDiff(org.alfresco.service.namespace.QName modelName, AlfrescoModelDiff.TYPE type, java.lang.Long oldChecksum, java.lang.Long newChecksum)
-