001// --------------------------------------------------------------------------------
002// Copyright 2002-2024 Echo Three, LLC
003//
004// Licensed under the Apache License, Version 2.0 (the "License");
005// you may not use this file except in compliance with the License.
006// You may obtain a copy of the License at
007//
008//     http://www.apache.org/licenses/LICENSE-2.0
009//
010// Unless required by applicable law or agreed to in writing, software
011// distributed under the License is distributed on an "AS IS" BASIS,
012// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
013// See the License for the specific language governing permissions and
014// limitations under the License.
015// --------------------------------------------------------------------------------
016// Generated File -- DO NOT EDIT BY HAND
017// --------------------------------------------------------------------------------
018
019/**
020 * WorkflowResultFactory.java
021 */
022
023package com.echothree.control.user.workflow.common.result;
024
025import com.echothree.util.common.command.BaseResultFactory;
026
027public class WorkflowResultFactory
028        extends BaseResultFactory {
029    
030    static public CreateWorkflowDestinationResult getCreateWorkflowDestinationResult() {
031        return createResult(CreateWorkflowDestinationResult.class);
032    }
033    
034    static public CreateWorkflowEntranceResult getCreateWorkflowEntranceResult() {
035        return createResult(CreateWorkflowEntranceResult.class);
036    }
037    
038    static public CreateWorkflowResult getCreateWorkflowResult() {
039        return createResult(CreateWorkflowResult.class);
040    }
041    
042    static public CreateWorkflowStepResult getCreateWorkflowStepResult() {
043        return createResult(CreateWorkflowStepResult.class);
044    }
045    
046    static public EditWorkflowDescriptionResult getEditWorkflowDescriptionResult() {
047        return createResult(EditWorkflowDescriptionResult.class);
048    }
049    
050    static public EditWorkflowDestinationDescriptionResult getEditWorkflowDestinationDescriptionResult() {
051        return createResult(EditWorkflowDestinationDescriptionResult.class);
052    }
053    
054    static public EditWorkflowDestinationResult getEditWorkflowDestinationResult() {
055        return createResult(EditWorkflowDestinationResult.class);
056    }
057    
058    static public EditWorkflowEntranceDescriptionResult getEditWorkflowEntranceDescriptionResult() {
059        return createResult(EditWorkflowEntranceDescriptionResult.class);
060    }
061    
062    static public EditWorkflowEntranceResult getEditWorkflowEntranceResult() {
063        return createResult(EditWorkflowEntranceResult.class);
064    }
065    
066    static public EditWorkflowResult getEditWorkflowResult() {
067        return createResult(EditWorkflowResult.class);
068    }
069    
070    static public EditWorkflowStepDescriptionResult getEditWorkflowStepDescriptionResult() {
071        return createResult(EditWorkflowStepDescriptionResult.class);
072    }
073    
074    static public EditWorkflowStepResult getEditWorkflowStepResult() {
075        return createResult(EditWorkflowStepResult.class);
076    }
077    
078    static public GetWorkflowChoicesResult getGetWorkflowChoicesResult() {
079        return createResult(GetWorkflowChoicesResult.class);
080    }
081    
082    static public GetWorkflowDescriptionResult getGetWorkflowDescriptionResult() {
083        return createResult(GetWorkflowDescriptionResult.class);
084    }
085    
086    static public GetWorkflowDescriptionsResult getGetWorkflowDescriptionsResult() {
087        return createResult(GetWorkflowDescriptionsResult.class);
088    }
089    
090    static public GetWorkflowDestinationDescriptionResult getGetWorkflowDestinationDescriptionResult() {
091        return createResult(GetWorkflowDestinationDescriptionResult.class);
092    }
093    
094    static public GetWorkflowDestinationDescriptionsResult getGetWorkflowDestinationDescriptionsResult() {
095        return createResult(GetWorkflowDestinationDescriptionsResult.class);
096    }
097    
098    static public GetWorkflowDestinationPartyTypeResult getGetWorkflowDestinationPartyTypeResult() {
099        return createResult(GetWorkflowDestinationPartyTypeResult.class);
100    }
101    
102    static public GetWorkflowDestinationPartyTypesResult getGetWorkflowDestinationPartyTypesResult() {
103        return createResult(GetWorkflowDestinationPartyTypesResult.class);
104    }
105    
106    static public GetWorkflowDestinationResult getGetWorkflowDestinationResult() {
107        return createResult(GetWorkflowDestinationResult.class);
108    }
109    
110    static public GetWorkflowDestinationSecurityRoleResult getGetWorkflowDestinationSecurityRoleResult() {
111        return createResult(GetWorkflowDestinationSecurityRoleResult.class);
112    }
113    
114    static public GetWorkflowDestinationSecurityRolesResult getGetWorkflowDestinationSecurityRolesResult() {
115        return createResult(GetWorkflowDestinationSecurityRolesResult.class);
116    }
117    
118    static public GetWorkflowDestinationSelectorResult getGetWorkflowDestinationSelectorResult() {
119        return createResult(GetWorkflowDestinationSelectorResult.class);
120    }
121    
122    static public GetWorkflowDestinationSelectorsResult getGetWorkflowDestinationSelectorsResult() {
123        return createResult(GetWorkflowDestinationSelectorsResult.class);
124    }
125    
126    static public GetWorkflowDestinationStepResult getGetWorkflowDestinationStepResult() {
127        return createResult(GetWorkflowDestinationStepResult.class);
128    }
129    
130    static public GetWorkflowDestinationStepsResult getGetWorkflowDestinationStepsResult() {
131        return createResult(GetWorkflowDestinationStepsResult.class);
132    }
133    
134    static public GetWorkflowDestinationsResult getGetWorkflowDestinationsResult() {
135        return createResult(GetWorkflowDestinationsResult.class);
136    }
137    
138    static public GetWorkflowEntityStatusesResult getGetWorkflowEntityStatusesResult() {
139        return createResult(GetWorkflowEntityStatusesResult.class);
140    }
141    
142    static public GetWorkflowEntityTypeResult getGetWorkflowEntityTypeResult() {
143        return createResult(GetWorkflowEntityTypeResult.class);
144    }
145    
146    static public GetWorkflowEntityTypesResult getGetWorkflowEntityTypesResult() {
147        return createResult(GetWorkflowEntityTypesResult.class);
148    }
149    
150    static public GetWorkflowEntranceDescriptionResult getGetWorkflowEntranceDescriptionResult() {
151        return createResult(GetWorkflowEntranceDescriptionResult.class);
152    }
153    
154    static public GetWorkflowEntranceDescriptionsResult getGetWorkflowEntranceDescriptionsResult() {
155        return createResult(GetWorkflowEntranceDescriptionsResult.class);
156    }
157    
158    static public GetWorkflowEntrancePartyTypeResult getGetWorkflowEntrancePartyTypeResult() {
159        return createResult(GetWorkflowEntrancePartyTypeResult.class);
160    }
161    
162    static public GetWorkflowEntrancePartyTypesResult getGetWorkflowEntrancePartyTypesResult() {
163        return createResult(GetWorkflowEntrancePartyTypesResult.class);
164    }
165    
166    static public GetWorkflowEntranceResult getGetWorkflowEntranceResult() {
167        return createResult(GetWorkflowEntranceResult.class);
168    }
169    
170    static public GetWorkflowEntranceSecurityRoleResult getGetWorkflowEntranceSecurityRoleResult() {
171        return createResult(GetWorkflowEntranceSecurityRoleResult.class);
172    }
173    
174    static public GetWorkflowEntranceSecurityRolesResult getGetWorkflowEntranceSecurityRolesResult() {
175        return createResult(GetWorkflowEntranceSecurityRolesResult.class);
176    }
177    
178    static public GetWorkflowEntranceSelectorResult getGetWorkflowEntranceSelectorResult() {
179        return createResult(GetWorkflowEntranceSelectorResult.class);
180    }
181    
182    static public GetWorkflowEntranceSelectorsResult getGetWorkflowEntranceSelectorsResult() {
183        return createResult(GetWorkflowEntranceSelectorsResult.class);
184    }
185    
186    static public GetWorkflowEntranceStepResult getGetWorkflowEntranceStepResult() {
187        return createResult(GetWorkflowEntranceStepResult.class);
188    }
189    
190    static public GetWorkflowEntranceStepsResult getGetWorkflowEntranceStepsResult() {
191        return createResult(GetWorkflowEntranceStepsResult.class);
192    }
193    
194    static public GetWorkflowEntrancesResult getGetWorkflowEntrancesResult() {
195        return createResult(GetWorkflowEntrancesResult.class);
196    }
197    
198    static public GetWorkflowResult getGetWorkflowResult() {
199        return createResult(GetWorkflowResult.class);
200    }
201    
202    static public GetWorkflowSelectorKindResult getGetWorkflowSelectorKindResult() {
203        return createResult(GetWorkflowSelectorKindResult.class);
204    }
205    
206    static public GetWorkflowSelectorKindsResult getGetWorkflowSelectorKindsResult() {
207        return createResult(GetWorkflowSelectorKindsResult.class);
208    }
209    
210    static public GetWorkflowStepChoicesResult getGetWorkflowStepChoicesResult() {
211        return createResult(GetWorkflowStepChoicesResult.class);
212    }
213    
214    static public GetWorkflowStepDescriptionResult getGetWorkflowStepDescriptionResult() {
215        return createResult(GetWorkflowStepDescriptionResult.class);
216    }
217    
218    static public GetWorkflowStepDescriptionsResult getGetWorkflowStepDescriptionsResult() {
219        return createResult(GetWorkflowStepDescriptionsResult.class);
220    }
221    
222    static public GetWorkflowStepResult getGetWorkflowStepResult() {
223        return createResult(GetWorkflowStepResult.class);
224    }
225    
226    static public GetWorkflowStepTypeChoicesResult getGetWorkflowStepTypeChoicesResult() {
227        return createResult(GetWorkflowStepTypeChoicesResult.class);
228    }
229    
230    static public GetWorkflowStepTypeResult getGetWorkflowStepTypeResult() {
231        return createResult(GetWorkflowStepTypeResult.class);
232    }
233    
234    static public GetWorkflowStepTypesResult getGetWorkflowStepTypesResult() {
235        return createResult(GetWorkflowStepTypesResult.class);
236    }
237    
238    static public GetWorkflowStepsResult getGetWorkflowStepsResult() {
239        return createResult(GetWorkflowStepsResult.class);
240    }
241    
242    static public GetWorkflowsResult getGetWorkflowsResult() {
243        return createResult(GetWorkflowsResult.class);
244    }
245    
246}