Uses of Enum Class
fr.becpg.repo.entity.remote.RemoteEntityFormat
Packages that use RemoteEntityFormat
-
Uses of RemoteEntityFormat in fr.becpg.repo.entity.remote
Fields in fr.becpg.repo.entity.remote declared as RemoteEntityFormatMethods in fr.becpg.repo.entity.remote that return RemoteEntityFormatModifier and TypeMethodDescriptionRemoteParams.getFormat()Getter for the fieldformat.static RemoteEntityFormatReturns the enum constant of this class with the specified name.static RemoteEntityFormat[]RemoteEntityFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.becpg.repo.entity.remote with parameters of type RemoteEntityFormatModifierConstructorDescriptionRemoteParams(RemoteEntityFormat format) Constructor for RemoteParams. -
Uses of RemoteEntityFormat in fr.becpg.repo.web.scripts.remote
Methods in fr.becpg.repo.web.scripts.remote that return RemoteEntityFormatModifier and TypeMethodDescriptionprotected RemoteEntityFormatAbstractEntityWebScript.getFormat(org.springframework.extensions.webscripts.WebScriptRequest req) getFormat.Methods in fr.becpg.repo.web.scripts.remote with parameters of type RemoteEntityFormatModifier and TypeMethodDescriptionprotected voidAbstractEntityWebScript.sendOKStatus(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, org.springframework.extensions.webscripts.WebScriptResponse resp, RemoteEntityFormat format) sendOKStatus.