Service
Gere a execução dos scripts de serviços em server/services
.
allow
allow() : void
Retorno
( void )
cancel
cancel() : void
Retorno
( void )
core
core(file: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
file | string |
Retorno
( boolean )
defaultEmptyOutput
defaultEmptyOutput() : void
Retorno
( void )
deny
deny() : void
Retorno
( void )
execute
execute(file: string) : boolean
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
file | string |
Retorno
( boolean )
getInstance
getInstance(proteu: org.netuno.proteu.Proteu) : Service
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
proteu | org.netuno.proteu.Proteu |
Retorno
( Service )
getMethod
getMethod() : string
Retorno
( string )
getMethods
getMethods() : java.util.List
Retorno
( java.util.List )
getPath
getPath() : string
Retorno
( string )
isAllowed
isAllowed() : boolean
Retorno
( boolean )
isDenied
isDenied() : boolean
Retorno
( boolean )
isGeneratingOpenAPIDefinition
isGeneratingOpenAPIDefinition() : boolean
Retorno
( boolean )
isMethod
isMethod() : boolean
Retorno
( boolean )
isNotFoundDefaultError
isNotFoundDefaultError() : boolean
Retorno
( boolean )
method
method() : string
Retorno
( string )
notFoundDefaultError
notFoundDefaultError() : boolean
Retorno
( boolean )
notFoundDefaultError(value: boolean) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
value | boolean |
Retorno
( void )
path
path() : string
Retorno
( string )
setNotFoundDefaultError
setNotFoundDefaultError(value: boolean) : void
Atributos
NOME | TIPO | DESCRIÇÃO |
---|---|---|
value | boolean |
Retorno
( void )
wasCancelled
wasCancelled() : java.lang.Boolean
Retorno
( java.lang.Boolean )