Service
Gere a execução dos scripts de serviços em server/services.
allow
allow() : void
Retorno
( void )
cancel
cancel() : void
Retorno
( void )
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<string>
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 )
runCoreScript
runCoreScript(proteu: org.netuno.proteu.Proteu, hili: org.netuno.tritao.hili.Hili, file: string) : boolean
Atributos
| NOME | TIPO | DESCRIÇÃO |
|---|---|---|
| proteu | org.netuno.proteu.Proteu | |
| hili | org.netuno.tritao.hili.Hili | |
| file | string |
Retorno
( boolean )
setNotFoundDefaultError
setNotFoundDefaultError(value: boolean) : void
Atributos
| NOME | TIPO | DESCRIÇÃO |
|---|---|---|
| value | boolean |
Retorno
( void )
wasCancelled
wasCancelled() : boolean
Retorno
( boolean )