Pular para o conteúdo principal

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
NOMETIPODESCRIÇÃO
filestring
Retorno

( boolean )


defaultEmptyOutput


defaultEmptyOutput() : void

Retorno

( void )


deny


deny() : void

Retorno

( void )


execute


execute(file: string) : boolean

Atributos
NOMETIPODESCRIÇÃO
filestring
Retorno

( boolean )


getInstance


getInstance(proteu: org.netuno.proteu.Proteu) : Service

Atributos
NOMETIPODESCRIÇÃO
proteuorg.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
NOMETIPODESCRIÇÃO
valueboolean
Retorno

( void )


path


path() : string

Retorno

( string )


setNotFoundDefaultError


setNotFoundDefaultError(value: boolean) : void

Atributos
NOMETIPODESCRIÇÃO
valueboolean
Retorno

( void )


wasCancelled


wasCancelled() : java.lang.Boolean

Retorno

( java.lang.Boolean )