Skip navigation links
A B C D E F G H I M N O P Q R S T U V W 

A

AbstractDtObjectValidator<O extends DtObject> - Class in io.vertigo.vega.webservice.validation
Objet de validation d'un DtObject.
AbstractDtObjectValidator() - Constructor for class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
 
AccessTokenConsume - Annotation Type in io.vertigo.vega.webservice.stereotype
Annotation that may be use to limit access to service.
AccessTokenMandatory - Annotation Type in io.vertigo.vega.webservice.stereotype
Annotation that may be use to limit access to service.
AccessTokenPublish - Annotation Type in io.vertigo.vega.webservice.stereotype
Annotation that may be use to send a new access token for limit access to another service.
addError(MessageText) - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
Add a global error on the object (for example two fields values that a not compatibles)
addError(String, MessageText) - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
Add an error associated to a field with a specific message
addError(DtObject, DtField, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
Ajoute une erreur sur le champ d'un objet.
addError(DtObject, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
Ajoute une erreur sur le champ d'un objet.
addExcludedFields(String...) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
addExcludedFields(String...) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
 
addFieldMessage(UiMessageStack.Level, String, DtObject, String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
Add the message to the stack.
addFieldMessage(UiMessageStack.Level, String, String, String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
Add the message to the stack.
addFieldMessage(UiMessageStack.Level, String, DtObject, String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
addFieldMessage(UiMessageStack.Level, String, String, String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
addGlobalMessage(UiMessageStack.Level, String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
Ajoute un message.
addGlobalMessage(UiMessageStack.Level, String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
Ajoute un message.
addIncludedFields(String...) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
addIncludedFields(String...) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
 
addValidatorClasses(Class<? extends DtObjectValidator>...) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
 
addWebServiceParam(WebServiceParam) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
AnonymousAccessAllowed - Annotation Type in io.vertigo.vega.webservice.stereotype
Accept anonymous access.
AutoSortAndPagination - Annotation Type in io.vertigo.vega.webservice.stereotype
Annotation that may be use to add an auto sort and pagination behaviors to this service.

B

build() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
build() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
builder(Method) - Static method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
Static method factory for WebServiceDefinitionBuilder
builder(Type) - Static method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
Static method factory for WebServiceDefinitionBuilder
builder() - Static method in class io.vertigo.vega.webservice.validation.UiError
Static method factory for UiErrorBuilder

C

castAsClass(Type) - Static method in class io.vertigo.vega.webservice.WebServiceTypeUtil
Cast as Class;
checkFieldDateAfter(O, String, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Vérifie que la date du champ 2 est après (strictement) la date du champ 1.
checkFieldDateAfter(DtObject, String, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
Vérifie que la date du champ 2 est après (strictement) la date du champ 1.
checkFieldEquals(O, String, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Vérifie l'égalité des champs.
checkFieldEquals(DtObject, String, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
Vérifie l'égalité des champs.
checkFieldLongAfter(O, String, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Vérifie que le Long du champ 2 est après (strictement) le Long du champ 1.
checkFieldLongAfter(DtObject, String, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
Vérifie que le Long du champ 2 est après (strictement) le Long du champ 1.
checkFieldNotNull(O, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Vérifie que le champ est renseigner.
checkFieldNotNull(DtObject, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
Vérifie que le champ est renseigner.
checkFormat(UiMessageStack) - Method in interface io.vertigo.vega.webservice.model.UiList
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
checkFormat(UiMessageStack) - Method in interface io.vertigo.vega.webservice.model.UiObject
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
checkMonoFieldConstraints(O, DtField, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Effectue des controles monochamps spécifiques.
checkMonoFieldConstraints(O, DtField, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.DefaultDtObjectValidator
Effectue des controles monochamps spécifiques.
checkMultiFieldConstraints(O, Set<String>, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Effectue des controles multichamps spécifiques.
checkOneAndOnlyOneFieldNotNull(O, DtObjectErrors, MessageText, String...) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Vérifie qu'au plus un des champs est renseigné.
checkOneOrMoreFieldNotNull(O, DtObjectErrors, MessageText, String...) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Vérifie qu'au moins l'un des champs est renseigné.
clearErrors(String) - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
Clear all errors linked to a specific field
clearErrors() - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
Clears all errors.
consumeServerSideToken() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
If serverSide token is consume

D

DefaultDtObjectValidator<O extends DtObject> - Class in io.vertigo.vega.webservice.validation
Default DtObject validation : check domain's constraints on modified fields.
DefaultDtObjectValidator() - Constructor for class io.vertigo.vega.webservice.validation.DefaultDtObjectValidator
 
DELETE - Annotation Type in io.vertigo.vega.webservice.stereotype
Indicates that the annotated method responds to HTTP DELETE requests.
Doc - Annotation Type in io.vertigo.vega.webservice.stereotype
Documentation.
DtListDelta<D extends DtObject> - Class in io.vertigo.vega.webservice.model
Delta operations on List.
DtListDelta(DtList<D>, DtList<D>, DtList<D>) - Constructor for class io.vertigo.vega.webservice.model.DtListDelta
 
DtObjectErrors - Class in io.vertigo.vega.webservice.validation
Liste des erreurs d'un objet métier.
DtObjectErrors() - Constructor for class io.vertigo.vega.webservice.validation.DtObjectErrors
 
DtObjectValidator<O extends DtObject> - Interface in io.vertigo.vega.webservice.validation
Validator of DtObject.

E

error(String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
error(String, DtObject, String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
error(String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
error(String, DtObject, String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
ExcludedFields - Annotation Type in io.vertigo.vega.webservice.stereotype
Exclude fields from this annotated object.
ExtendedObject<O> - Class in io.vertigo.vega.webservice.model
ExtendedObject to extends an object with meta data.
ExtendedObject(O) - Constructor for class io.vertigo.vega.webservice.model.ExtendedObject
Constructor.

F

FileAttachment - Annotation Type in io.vertigo.vega.webservice.stereotype
File attachment.
flushIntoMessageStack(String, UiMessageStack) - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
Flush all messages in the given messageStack
flushIntoMessageStack(UiMessageStack) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
Envoi le contenu des messages du validator dans la UiMessageStack.
flushToUiMessageStack(UiMessageStack) - Method in exception io.vertigo.vega.webservice.validation.ValidationUserException
 

G

get(String) - Method in interface io.vertigo.vega.token.TokenManager
Get object by key.
GET - Annotation Type in io.vertigo.vega.webservice.stereotype
Indicates that the annotated method responds to HTTP GET requests.
getAcceptType() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getAndRemove(String) - Method in interface io.vertigo.vega.token.TokenManager
Get and remove object by key.
getBigDecimal(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getBoolean(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getCreated() - Method in class io.vertigo.vega.webservice.model.DtListDelta
 
getDate(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getDeleted() - Method in class io.vertigo.vega.webservice.model.DtListDelta
 
getDoc() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getDtDefinition() - Method in interface io.vertigo.vega.webservice.model.UiList
 
getDtDefinition() - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getDtField(String, O) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
 
getDtField() - Method in class io.vertigo.vega.webservice.validation.UiError
 
getDtObject() - Method in class io.vertigo.vega.webservice.validation.UiError
 
getDtObjectValidatorClasses() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getErrorMessage() - Method in class io.vertigo.vega.webservice.validation.UiError
 
getExcludedFields() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getExcludedFields() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getFieldName() - Method in class io.vertigo.vega.webservice.validation.UiError
 
getFullName() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getGenericType() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getImplicitType() - Method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.ImplicitParam
 
getIncludedFields() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getIncludedFields() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getInnerObject() - Method in class io.vertigo.vega.webservice.model.ExtendedObject
 
getInputKey() - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getInputValue(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
Get the value in the buffer.
getInteger(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getLong(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getMethod() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getModifiedFields() - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getName() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getName() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getObjectType() - Method in interface io.vertigo.vega.webservice.model.UiList
 
getParamType() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getPath() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getServerSideObject() - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getServerSideToken() - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getSortPath() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getString(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
getType() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
getUpdated() - Method in class io.vertigo.vega.webservice.model.DtListDelta
 
getValue(String, O) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
 
getVerb() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
getWebServiceParams() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 

H

hasError() - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
Returns if the object has any error
hasError(String) - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
Returns if a given field has errors.
hasError() - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
 
hasError(DtObject) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
 
hasError(DtObject, DtField) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
 
hasErrors() - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
hasErrors() - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
hasVerb() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
HeaderParam - Annotation Type in io.vertigo.vega.webservice.stereotype
Bind the value of a HTTP header to the annotated parameter.

I

IncludedFields - Annotation Type in io.vertigo.vega.webservice.stereotype
Include fields from this annotated object (not included fields are rejected).
info(String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
info(String, DtObject, String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
info(String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
info(String, DtObject, String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
InnerBodyParam - Annotation Type in io.vertigo.vega.webservice.stereotype
Bind the value of a field of an json object passed in http body, to the annotated parameter.
io.vertigo.vega.token - package io.vertigo.vega.token
 
io.vertigo.vega.webservice - package io.vertigo.vega.webservice
 
io.vertigo.vega.webservice.exception - package io.vertigo.vega.webservice.exception
 
io.vertigo.vega.webservice.metamodel - package io.vertigo.vega.webservice.metamodel
 
io.vertigo.vega.webservice.model - package io.vertigo.vega.webservice.model
 
io.vertigo.vega.webservice.stereotype - package io.vertigo.vega.webservice.stereotype
 
io.vertigo.vega.webservice.validation - package io.vertigo.vega.webservice.validation
 
isAccessTokenConsume() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isAccessTokenMandatory() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isAccessTokenPublish() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isAssignableFrom(Class<?>, Type) - Static method in class io.vertigo.vega.webservice.WebServiceTypeUtil
Equivalent to parentClass.isAssignableFrom(testedType);
isAutoSortAndPagination() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isConsumeServerSideToken() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
isCorsProtected() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isFileAttachment() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isModified(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
isModified() - Method in interface io.vertigo.vega.webservice.model.UiObject
 
isNeedAuthentification() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isNeedServerSideToken() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
isNeedSession() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isOptional() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam
 
isParameterizedBy(Class<?>, Type) - Static method in class io.vertigo.vega.webservice.WebServiceTypeUtil
Check if testedType is ParameterizedType and it's parameter is assignable from innerClass;
isServerSideSave() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 
isSessionInvalidate() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinition
 

M

mergeAndCheckInput(List<DtObjectValidator<D>>, UiMessageStack) - Method in interface io.vertigo.vega.webservice.model.UiList
Vérifie les UiObjects de la liste, met à jour les objets métiers et retourne la liste.
mergeAndCheckInput(List<DtObjectValidator<D>>, UiMessageStack) - Method in interface io.vertigo.vega.webservice.model.UiObject
Merge et Valide l'objet d'IHM et place les erreurs rencontrées dans la stack.

N

needServerSideToken() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
If serverSide token is needed and used

O

optional() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
Force this WebServiceParam as optional

P

PATCH - Annotation Type in io.vertigo.vega.webservice.stereotype
Indicates that the annotated method responds to HTTP PUT requests.
PathParam - Annotation Type in io.vertigo.vega.webservice.stereotype
Bind the value of a path sub-element to the annotated parameter.
PathPrefix - Annotation Type in io.vertigo.vega.webservice.stereotype
Route path prefix.
POST - Annotation Type in io.vertigo.vega.webservice.stereotype
Indicates that the annotated method responds to HTTP POST requests.
put(D) - Method in interface io.vertigo.vega.token.TokenManager
Store object and return unique key.
PUT - Annotation Type in io.vertigo.vega.webservice.stereotype
Indicates that the annotated method responds to HTTP PUT requests.

Q

QueryParam - Annotation Type in io.vertigo.vega.webservice.stereotype
Bind the value of a query parameter (url or post data) to the annotated parameter.

R

register(String, DtObject) - Method in class io.vertigo.vega.webservice.validation.UiContextResolver
 
resolveContextKey(DtObject) - Method in class io.vertigo.vega.webservice.validation.UiContextResolver
 

S

ServerSideConsume - Annotation Type in io.vertigo.vega.webservice.stereotype
 
ServerSideRead - Annotation Type in io.vertigo.vega.webservice.stereotype
 
ServerSideSave - Annotation Type in io.vertigo.vega.webservice.stereotype
 
SessionException - Exception in io.vertigo.vega.webservice.exception
Exception for expired session.
SessionException(String) - Constructor for exception io.vertigo.vega.webservice.exception.SessionException
Constructor.
SessionInvalidate - Annotation Type in io.vertigo.vega.webservice.stereotype
Invalidate session (so logout).
SessionLess - Annotation Type in io.vertigo.vega.webservice.stereotype
No session access.It's means "No HTTP Session was created".
setInputKey(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
setInputValue(String, String) - Method in interface io.vertigo.vega.webservice.model.UiObject
Set the value in the buffer.
setServerSideObject(D) - Method in interface io.vertigo.vega.webservice.model.UiObject
Affect the server's version.
setServerSideToken(String) - Method in interface io.vertigo.vega.webservice.model.UiObject
 
setTypedValue(String, Serializable) - Method in interface io.vertigo.vega.webservice.model.UiObject
Set a typed value in the buffer.
shouldCheck(Set<String>, String...) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
 
success(String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
success(String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 

T

throwUserExceptionIfErrors() - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
 
TokenManager - Interface in io.vertigo.vega.token
Manager of Security Access Token.
TooManyRequestException - Exception in io.vertigo.vega.webservice.exception
Rate limit exceeded exception.
TooManyRequestException(String) - Constructor for exception io.vertigo.vega.webservice.exception.TooManyRequestException
Constructor.
toString() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParam

U

UiContextResolver - Class in io.vertigo.vega.webservice.validation
 
UiContextResolver() - Constructor for class io.vertigo.vega.webservice.validation.UiContextResolver
 
UiError - Class in io.vertigo.vega.webservice.validation
Message d'IHM.
UiErrorBuilder - Class in io.vertigo.vega.webservice.validation
Pile de message d'erreur.
UiErrorBuilder() - Constructor for class io.vertigo.vega.webservice.validation.UiErrorBuilder
 
UiList<D extends DtObject> - Interface in io.vertigo.vega.webservice.model
Wrapper d'affichage des listes d'objets métier.
UiMessageStack - Interface in io.vertigo.vega.webservice.validation
Class d'enregistrement des messages.
UiMessageStack.Level - Enum in io.vertigo.vega.webservice.validation
Niveau du message.
UiObject<D extends DtObject> - Interface in io.vertigo.vega.webservice.model
UiObject is used as an Input buffer from client.

V

Validate - Annotation Type in io.vertigo.vega.webservice.stereotype
Define some specific validators, on this annotated parameter.
validate(O, Set<String>, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
Effectue les validations prévu d'un objet.
validate(O, Set<String>, DtObjectErrors) - Method in interface io.vertigo.vega.webservice.validation.DtObjectValidator
Effectue les validations prévu d'un objet.
ValidationUserException - Exception in io.vertigo.vega.webservice.validation
Validation exception on a object's field.
ValidationUserException() - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
Constructor.
ValidationUserException(List<UiError>) - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
Constructor.
ValidationUserException(MessageText, DtObject, DtFieldName) - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
Create a UserException on a field
ValidationUserException(MessageText, DtObject, String) - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
Create a UserException on a field
valueOf(String) - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceDefinition.Verb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.ImplicitParam
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.WebServiceParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertigo.vega.webservice.validation.UiMessageStack.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceDefinition.Verb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.ImplicitParam
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.WebServiceParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertigo.vega.webservice.validation.UiMessageStack.Level
Returns an array containing the constants of this enum type, in the order they are declared.
VegaUiMessageStack - Class in io.vertigo.vega.webservice.validation
Class d'enregistrement des messages.
VegaUiMessageStack(UiContextResolver) - Constructor for class io.vertigo.vega.webservice.validation.VegaUiMessageStack
Constructor.

W

warning(String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
warning(String, DtObject, String) - Method in interface io.vertigo.vega.webservice.validation.UiMessageStack
 
warning(String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
warning(String, DtObject, String) - Method in class io.vertigo.vega.webservice.validation.VegaUiMessageStack
 
WebServiceDefinition - Class in io.vertigo.vega.webservice.metamodel
Web service definition.
WebServiceDefinition.Verb - Enum in io.vertigo.vega.webservice.metamodel
HTTP Verb supported.
WebServiceDefinitionBuilder - Class in io.vertigo.vega.webservice.metamodel
WebServiceDefinition Builder.
WebServiceManager - Interface in io.vertigo.vega.webservice
WebService manager.
WebServiceParam - Class in io.vertigo.vega.webservice.metamodel
WebService param infos : - source type (query, path, body, innerBody or implicit) - name - type (class) - includedField (for DtObjet or DtList) - excludedField (for DtObjet or DtList) - if object kept serverSide - if one time token - specific validators
WebServiceParam.ImplicitParam - Enum in io.vertigo.vega.webservice.metamodel
 
WebServiceParam.WebServiceParamType - Enum in io.vertigo.vega.webservice.metamodel
Parameter's source types.
WebServiceParamBuilder - Class in io.vertigo.vega.webservice.metamodel
WebServiceParam Builder.
WebServices - Interface in io.vertigo.vega.webservice
WebServices.
WebServiceTypeUtil - Class in io.vertigo.vega.webservice
WebService Type helper.
with(WebServiceDefinition.Verb, String) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
with(WebServiceParam.WebServiceParamType, String) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
 
withAccessTokenConsume(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withAccessTokenMandatory(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withAccessTokenPublish(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withAutoSortAndPagination(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withCorsProtected(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withDoc(String) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withFileAttachment(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withNeedAuthentication(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withNeedSession(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withPathPrefix(String) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withServerSideSave(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
withSessionInvalidate(boolean) - Method in class io.vertigo.vega.webservice.metamodel.WebServiceDefinitionBuilder
 
A B C D E F G H I M N O P Q R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.