Service
Manages the execution of the services scripts in server/services
.
allow
allow() : void
Return
( void )
cancel
cancel() : void
Return
( void )
core
core(file: string) : boolean
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
file | string |
Return
( boolean )
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
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 )
setNotFoundDefaultError
setNotFoundDefaultError(value: boolean) : void
Attributes
NAME | TYPE | DESCRIPTION |
---|---|---|
value | boolean |
Return
( void )
wasCancelled
wasCancelled() : java.lang.Boolean
Return
( java.lang.Boolean )