Uses of Class
org.alfresco.service.cmr.dictionary.ModelDefinition.XMLBindingType
-
Packages that use ModelDefinition.XMLBindingType Package Description org.alfresco.repo.dictionary org.alfresco.service.cmr.dictionary -
-
Uses of ModelDefinition.XMLBindingType in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type ModelDefinition.XMLBindingType Modifier and Type Method Description longCustomModelDefinitionImpl. getChecksum(ModelDefinition.XMLBindingType xmlbindingtype)longM2Model. getChecksum(ModelDefinition.XMLBindingType bindingType)longM2ModelDefinition. getChecksum(ModelDefinition.XMLBindingType bindingType)voidCustomModelDefinitionImpl. toXML(ModelDefinition.XMLBindingType xmlbindingtype, OutputStream xml)voidM2Model. toXML(ModelDefinition.XMLBindingType bindingType, OutputStream xml)voidM2ModelDefinition. toXML(ModelDefinition.XMLBindingType bindingType, OutputStream xml) -
Uses of ModelDefinition.XMLBindingType in org.alfresco.service.cmr.dictionary
Methods in org.alfresco.service.cmr.dictionary that return ModelDefinition.XMLBindingType Modifier and Type Method Description static ModelDefinition.XMLBindingTypeModelDefinition.XMLBindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelDefinition.XMLBindingType[]ModelDefinition.XMLBindingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.dictionary with parameters of type ModelDefinition.XMLBindingType Modifier and Type Method Description longModelDefinition. getChecksum(ModelDefinition.XMLBindingType bindingType)voidModelDefinition. toXML(ModelDefinition.XMLBindingType bindingType, OutputStream xml)
-