Skip to main content

Service

Manages the execution of the services scripts in server/services.


allow


allow() : void

Return

( void )


cancel


cancel() : void

Return

( void )


defaultEmptyOutput


defaultEmptyOutput() : void

Return

( void )


deny


deny() : void

Return

( void )


execute


execute(file: string) : boolean

Attributes
NAMETYPEDESCRIPTION
filestring
Return

( boolean )


getInstance


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

Attributes
NAMETYPEDESCRIPTION
proteuorg.netuno.proteu.Proteu
Return

( Service )


getMethod


getMethod() : string

Return

( string )


getMethods


getMethods() : java.util.List<string>

Return

( java.util.List )


getPath


getPath() : string

Return

( string )


isAllowed


isAllowed() : boolean

Return

( boolean )


isDenied


isDenied() : boolean

Return

( boolean )


isGeneratingOpenAPIDefinition


isGeneratingOpenAPIDefinition() : boolean

Return

( boolean )


isMethod


isMethod() : boolean

Return

( boolean )


isNotFoundDefaultError


isNotFoundDefaultError() : boolean

Return

( boolean )


method


method() : string

Return

( string )


notFoundDefaultError


notFoundDefaultError() : boolean

Return

( boolean )


notFoundDefaultError(value: boolean) : void

Attributes
NAMETYPEDESCRIPTION
valueboolean
Return

( void )


path


path() : string

Return

( string )


runCoreScript


runCoreScript(proteu: org.netuno.proteu.Proteu, hili: org.netuno.tritao.hili.Hili, file: string) : boolean

Attributes
NAMETYPEDESCRIPTION
proteuorg.netuno.proteu.Proteu
hiliorg.netuno.tritao.hili.Hili
filestring
Return

( boolean )


setNotFoundDefaultError


setNotFoundDefaultError(value: boolean) : void

Attributes
NAMETYPEDESCRIPTION
valueboolean
Return

( void )


wasCancelled


wasCancelled() : boolean

Return

( boolean )