Uses of Class
step.functions.packages.FunctionPackage
-
Packages that use FunctionPackage Package Description step.functions.packages step.functions.packages.client step.functions.packages.handlers -
-
Uses of FunctionPackage in step.functions.packages
Methods in step.functions.packages that return FunctionPackage Modifier and Type Method Description FunctionPackageFunctionPackageManager. addOrUpdateFunctionPackage(FunctionPackage newFunctionPackage, step.core.objectenricher.ObjectEnricher objectEnricher)Adds or updates aFunctionPackageThis triggers the import or re-import of theFunctions contained in the packageFunctionPackageFunctionPackageManager. addOrUpdateResourceBasedFunctionPackage(FunctionPackage newFunctionPackage, step.core.objectenricher.ObjectEnricher objectEnricher)Adds or updates a resource-basedFunctionPackageThis variation allows for the implicit identification and overwrite of a keyword package based on the name of the associated resourceFunctionPackageFunctionPackageServices. get(String functionPackageId)FunctionPackageFunctionPackageManager. getFunctionPackage(String id)FunctionPackageFunctionPackageManager. getPackageByResourceName(String resourceName)Load Keyword package based on the first match on the resource nameFunctionPackageFunctionPackageServices. lookupByResourceName(String resourceName)FunctionPackageFunctionPackageServices. reload(String functionPackageId, javax.ws.rs.core.UriInfo uriInfo)FunctionPackageFunctionPackageManager. reloadFunctionPackage(String functionPackageId, step.core.objectenricher.ObjectEnricher objectEnricher)Reloads aFunctionPackage.FunctionPackageFunctionPackageServices. save(FunctionPackage functionPackage, javax.ws.rs.core.UriInfo uriInfo)FunctionPackageFunctionPackageServices. update(FunctionPackage functionPackage, javax.ws.rs.core.UriInfo uriInfo)Methods in step.functions.packages with parameters of type FunctionPackage Modifier and Type Method Description FunctionPackageFunctionPackageManager. addOrUpdateFunctionPackage(FunctionPackage newFunctionPackage, step.core.objectenricher.ObjectEnricher objectEnricher)Adds or updates aFunctionPackageThis triggers the import or re-import of theFunctions contained in the packageFunctionPackageFunctionPackageManager. addOrUpdateResourceBasedFunctionPackage(FunctionPackage newFunctionPackage, step.core.objectenricher.ObjectEnricher objectEnricher)Adds or updates a resource-basedFunctionPackageThis variation allows for the implicit identification and overwrite of a keyword package based on the name of the associated resourceList<step.functions.Function>FunctionPackageHandler. buildFunctions(FunctionPackage functionPackage, boolean preview)protected StringFunctionPackageManager. getLibraryResourceId(FunctionPackage fpackage)List<step.functions.Function>FunctionPackageManager. getPackagePreview(FunctionPackage functionPackage)Get the list ofFunctioncontained in the provided packageprotected StringFunctionPackageManager. getResourceId(FunctionPackage fpackage)booleanFunctionPackageHandler. isValidForPackage(FunctionPackage functionPackage)FunctionPackageServices.PackagePreviewFunctionPackageServices. packagePreview(FunctionPackage functionPackage)voidFunctionPackageChangeWatcher. registerWatcherForPackage(FunctionPackage functionPackage)FunctionPackageFunctionPackageServices. save(FunctionPackage functionPackage, javax.ws.rs.core.UriInfo uriInfo)voidFunctionPackageChangeWatcher. unregisterWatcher(FunctionPackage functionPackage)FunctionPackageFunctionPackageServices. update(FunctionPackage functionPackage, javax.ws.rs.core.UriInfo uriInfo) -
Uses of FunctionPackage in step.functions.packages.client
Methods in step.functions.packages.client that return FunctionPackage Modifier and Type Method Description FunctionPackageFunctionPackageClient. lookupPackageByResourceName(String resourceName)Retrieve aFunctionPackageobject based on the resourceName associated with it.FunctionPackageRemoteFunctionPackageClientImpl. lookupPackageByResourceName(String resourceName)FunctionPackageFunctionPackageClient. newKeywordPackage(File packageLibraryFile, File packageFile, Map<String,String> packageAttributes)Creates a new Keyword packageFunctionPackageRemoteFunctionPackageClientImpl. newKeywordPackage(File packageLibraryFile, File packageFile, Map<String,String> packageAttributes)FunctionPackageFunctionPackageClient. updateKeywordPackageById(FunctionPackage previousPackage, File packageLibraryFile, File packageFile, Map<String,String> packageAttributes)Update an existing Keyword package identified by its ObjectIdFunctionPackageRemoteFunctionPackageClientImpl. updateKeywordPackageById(FunctionPackage previousPackage, File packageLibraryFile, File packageFile, Map<String,String> packageAttributes)FunctionPackageFunctionPackageClient. updateResourceBasedKeywordPackage(File packageLibraryFile, File packageFile, Map<String,String> packageAttributes)Update an existing Keyword package with a new version of the resource(s), the package is implicitly managed via resource name Warning: if multiple resources are created with the same name, or if multiple keyword packages reference the same resource, only the first match will be updated.FunctionPackageRemoteFunctionPackageClientImpl. updateResourceBasedKeywordPackage(File packageLibraryFile, File packageFile, Map<String,String> packageAttributes)Methods in step.functions.packages.client with parameters of type FunctionPackage Modifier and Type Method Description FunctionPackageFunctionPackageClient. updateKeywordPackageById(FunctionPackage previousPackage, File packageLibraryFile, File packageFile, Map<String,String> packageAttributes)Update an existing Keyword package identified by its ObjectIdFunctionPackageRemoteFunctionPackageClientImpl. updateKeywordPackageById(FunctionPackage previousPackage, File packageLibraryFile, File packageFile, Map<String,String> packageAttributes) -
Uses of FunctionPackage in step.functions.packages.handlers
Methods in step.functions.packages.handlers with parameters of type FunctionPackage Modifier and Type Method Description abstract List<step.functions.Function>AbstractFunctionPackageHandler. buildFunctions(FunctionPackage functionPackage, boolean preview)List<step.functions.Function>DotnetFunctionPackageHandler. buildFunctions(FunctionPackage functionPackage, boolean preview)List<step.functions.Function>JavaFunctionPackageHandler. buildFunctions(FunctionPackage functionPackage, boolean preview)List<step.functions.Function>RepositoryArtifactFunctionPackageHandler. buildFunctions(FunctionPackage functionPackage, boolean preview)protected abstract voidAbstractFunctionPackageHandler. configureFunction(step.functions.Function f, FunctionPackage functionPackage)protected voidDotnetFunctionPackageHandler. configureFunction(step.functions.Function f, FunctionPackage functionPackage)protected voidJavaFunctionPackageHandler. configureFunction(step.functions.Function f, FunctionPackage functionPackage)protected List<step.functions.Function>AbstractFunctionPackageHandler. getFunctionsFromDaemon(FunctionPackage functionPackage, ch.exense.commons.processes.ManagedProcess discovererDeamon)abstract booleanAbstractFunctionPackageHandler. isValidForPackage(FunctionPackage functionPackage)booleanDotnetFunctionPackageHandler. isValidForPackage(FunctionPackage functionPackage)booleanJavaFunctionPackageHandler. isValidForPackage(FunctionPackage functionPackage)booleanRepositoryArtifactFunctionPackageHandler. isValidForPackage(FunctionPackage functionPackag)
-