Uses of Class
overit.geocall.platform.ScriptPackage
Packages that use ScriptPackage
Package
Description
-
Uses of ScriptPackage in overit.geocall.platform
Fields in overit.geocall.platform with type parameters of type ScriptPackageModifier and TypeFieldDescriptionprotected final ClassInstances<ScriptPackage> Layer.scriptPackagesMethods in overit.geocall.platform that return ScriptPackageModifier and TypeMethodDescriptionLayer.getScriptPackage(Class<? extends ScriptPackage> cls) Retrieves the instance of the script package from its class.Layer.getScriptPackage(String name) Retrieves the instance of the script package from its name.Methods in overit.geocall.platform that return types with arguments of type ScriptPackageModifier and TypeMethodDescriptionScriptPackage.getDependencies()Get the ordered list of the script packages that this depends fromCustomLayer.getScriptPackages()Method used to retrieve the packages containing the SQL script that belong to this layerLayer.getScriptPackages()Method used to retrieve the packages containing the SQL script that belong to this layerCustomLayer.getSortedScriptPackages()Method used to retrieve the packages containing the SQL script that belong to this layer, sorted by dependencies between packagesMethods in overit.geocall.platform with parameters of type ScriptPackageModifier and TypeMethodDescriptionfinal voidLayer.addScriptPackage(ScriptPackage scriptPackage) Adds a package containing SQL scripts to the current layer.final booleanScriptPackage.dependsBy(ScriptPackage other) Check if the current script package depends from the one passed as parameterMethod parameters in overit.geocall.platform with type arguments of type ScriptPackageModifier and TypeMethodDescriptionLayer.getScriptPackage(Class<? extends ScriptPackage> cls) Retrieves the instance of the script package from its class. -
Uses of ScriptPackage in overit.geocall.platform.sp
Methods in overit.geocall.platform.sp that return types with arguments of type ScriptPackageModifier and TypeMethodDescriptionstatic ServiceLoader<ScriptPackage> ServiceLoader.scriptPackages()Utility method to get the instance of the service provider responsible to get theScriptPackageinstances -
Uses of ScriptPackage in overit.geocallapp.wfm.ai.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.ai.install.scripts -
Uses of ScriptPackage in overit.geocallapp.wfm.assets.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.assets.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the assets module. -
Uses of ScriptPackage in overit.geocallapp.wfm.bundler.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.bundler.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the bundler module. -
Uses of ScriptPackage in overit.geocallapp.wfm.cee.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.cee.install.scripts -
Uses of ScriptPackage in overit.geocallapp.wfm.execution.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.execution.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the execution module. -
Uses of ScriptPackage in overit.geocallapp.wfm.forecastcapacity.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.forecastcapacity.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the forecast and capacity planning module. -
Uses of ScriptPackage in overit.geocallapp.wfm.gpstracking.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.gpstracking.install.scripts -
Uses of ScriptPackage in overit.geocallapp.wfm.inventory.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.inventory.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the inventory management module. -
Uses of ScriptPackage in overit.geocallapp.wfm.locations.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.locations.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the locations module. -
Uses of ScriptPackage in overit.geocallapp.wfm.materials.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.materials.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the materials module. -
Uses of ScriptPackage in overit.geocallapp.wfm.mobileforms.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.mobileforms.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the mobileforms module. -
Uses of ScriptPackage in overit.geocallapp.wfm.organizationalstructures.install.scripts
Modifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the organizational structure module. -
Uses of ScriptPackage in overit.geocallapp.wfm.project.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.project.install.scripts -
Uses of ScriptPackage in overit.geocallapp.wfm.roughplanning.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.roughplanning.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the rough planning module. -
Uses of ScriptPackage in overit.geocallapp.wfm.scheduling.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.scheduling.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the scheduling module. -
Uses of ScriptPackage in overit.geocallapp.wfm.skills.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.skills.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the skill module. -
Uses of ScriptPackage in overit.geocallapp.wfm.workorders.install.scripts
Subclasses of ScriptPackage in overit.geocallapp.wfm.workorders.install.scriptsModifier and TypeClassDescriptionclassThis class defines theScriptPackagefor the workorders module.