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
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| file | string |
Return
( boolean )
getInstance
getInstance(proteu: org.netuno.proteu.Proteu) : Service
Attributes
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| proteu | org.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
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| value | boolean |
Return
( void )
path
path() : string
Return
( string )
runCoreScript
runCoreScript(proteu: org.netuno.proteu.Proteu, hili: org.netuno.tritao.hili.Hili, file: string) : boolean
Attributes
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| proteu | org.netuno.proteu.Proteu | |
| hili | org.netuno.tritao.hili.Hili | |
| file | string |
Return
( boolean )
setNotFoundDefaultError
setNotFoundDefaultError(value: boolean) : void
Attributes
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| value | boolean |
Return
( void )
wasCancelled
wasCancelled() : boolean
Return
( boolean )