@groovy.transform.CompileStatic @java.lang.SuppressWarnings(value: [unused]) class GloopService extends AbstractGloopService implements GloopParent<Step>, Step
| Type | Name and description | 
|---|---|
int  | 
                            lineNumber | 
                        
java.lang.Object  | 
                            steps | 
                        
| Constructor and description | 
|---|
                                GloopService
                                () | 
                        
                                GloopService
                                (java.lang.String name) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            void | 
                            addChild(Step child) | 
                        
 | 
                            void | 
                            addChild(Step child, int index) | 
                        
 | 
                            boolean | 
                            allowsChildren() | 
                        
 | 
                            java.util.List<Step> | 
                            children() | 
                        
 | 
                            GloopModel | 
                            cleanContextModel(GloopExecutionContext context) | 
                        
 | 
                            java.lang.Object | 
                            clone() | 
                        
 | 
                            java.lang.String | 
                            getKey() | 
                        
 | 
                            int | 
                            getLineNumber() | 
                        
 | 
                            protected java.util.List | 
                            getPropNames() | 
                        
 | 
                            java.util.LinkedList<Step> | 
                            getSteps() | 
                        
 | 
                            java.lang.String | 
                            indexString() | 
                        
 | 
                            Step | 
                            invoke(GloopExecutionContext context) | 
                        
 | 
                            GloopModel | 
                            invokeService(GloopModel input) | 
                        
 | 
                            GloopModel | 
                            invokeService(GloopExecutionContext context) | 
                        
 | 
                            boolean | 
                            isEnabled() | 
                        
 | 
                            static void | 
                            main(java.lang.String[] args) | 
                        
 | 
                            boolean | 
                            modifyContextForUI(GloopModel input, GloopModel output, Step targetStep) | 
                        
 | 
                            GloopModel[] | 
                            modifyContextForUI(Step targetStep) | 
                        
 | 
                            void | 
                            prepareContextModel(GloopExecutionContext context) | 
                        
 | 
                            void | 
                            remove(int index) | 
                        
 | 
                            void | 
                            removeChild(Step child) | 
                        
 | 
                            void | 
                            setLineNumber(int lineNumber) | 
                        
 | 
                            void | 
                            setLineNumbers() | 
                        
 | 
                            void | 
                            setSteps(java.lang.Object serviceSteps) | 
                        
 | 
                            java.util.List<java.lang.String> | 
                            stepProperties() | 
                        
| Methods inherited from class | Name | 
|---|---|
class AbstractGloopService | 
                            buildInputModel, buildOutputModel, clone, getFilename, getGloopStackTraceElement, getInput, getMethodsAsStrings, getPropNames, getSimpleName, getType, invokeService, invokeService, invokeService, marshall, parseIOModel, setInput, setMethods, setOutput, unmarshall, unmarshall, unmarshall, unmarshall, unmarshall, validateInputModel, validateOutputModel | 
                        
Groovy Documentation