Uses of Class
org.ikasan.spec.module.StartupType
-
-
Uses of StartupType in org.ikasan.spec.module
Methods in org.ikasan.spec.module that return StartupType Modifier and Type Method Description StartupTypeStartupControl. getStartupType()Accessor for startupTypestatic StartupTypeStartupType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StartupType[]StartupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ikasan.spec.module with parameters of type StartupType Modifier and Type Method Description voidModuleService. setStartupType(java.lang.String moduleName, java.lang.String flowName, StartupType startupType, java.lang.String comment, java.lang.String actor)Set the startup type for the given module and flowvoidStartupControl. setStartupType(StartupType startupType)Setter for startupTypevoidStartupControlService. setStartupType(java.lang.String moduleName, java.lang.String flowName, StartupType startupType, java.lang.String comment, java.lang.String actor)Set the startup type for the given module and flow
-