Uses of Enum Class
org.alfresco.repo.solr.AlfrescoModelDiff.TYPE
Packages that use AlfrescoModelDiff.TYPE
-
Uses of AlfrescoModelDiff.TYPE in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr that return AlfrescoModelDiff.TYPEModifier and TypeMethodDescriptionAlfrescoModelDiff.getType()static AlfrescoModelDiff.TYPEReturns the enum constant of this class with the specified name.static AlfrescoModelDiff.TYPE[]AlfrescoModelDiff.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.alfresco.repo.solr with parameters of type AlfrescoModelDiff.TYPEModifierConstructorDescriptionAlfrescoModelDiff(String modelName, AlfrescoModelDiff.TYPE type, Long oldChecksum, 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(QName modelName, AlfrescoModelDiff.TYPE type, Long oldChecksum, Long newChecksum)