Uses of Class
ru.cg.webbpm.studio.core.api.project.Package
Packages that use Package
Package
Description
-
Uses of Package in ru.cg.webbpm.studio.core.api.migrations
Methods in ru.cg.webbpm.studio.core.api.migrations that return types with arguments of type PackageModifier and TypeMethodDescriptionFileWithVersionsIO.getUsedPackages
(T object) Returns a set of packages the object depends on. -
Uses of Package in ru.cg.webbpm.studio.core.api.project
Methods in ru.cg.webbpm.studio.core.api.project that return types with arguments of type PackageModifier and TypeMethodDescriptionDependencyManager.addDependency
(Path path) DependencyManager.getDependencies()
DependencyManager.getDependency
(String id) DependencyManager.getDependency
(Path path) DependencyManager.removeDependency
(Path path) Constructors in ru.cg.webbpm.studio.core.api.project with parameters of type PackageModifierConstructorDescriptionStudioAndPackagesVersionMismatchException
(Package aPackage, Throwable cause) -
Uses of Package in ru.cg.webbpm.studio.core.api.project.structure
Methods in ru.cg.webbpm.studio.core.api.project.structure with parameters of type PackageModifier and TypeMethodDescriptionPackagesModule.getConvertersJarPath
(Package pkg) Returns path to the jar file containing package's convertersPackagesModule.getJavaMetadataFile
(Package pkg) Returns path to the file containing java metadata for a given packagePackagesModule.getPackageResources
(Package pkg) Returns path to the folder containing package resourcesPackagesModule.getTsMetadataFile
(Package pkg) Returns path to the file containing ts metadata for a given package -
Uses of Package in ru.cg.webbpm.studio.core.impl.project
Methods in ru.cg.webbpm.studio.core.impl.project that return types with arguments of type PackageModifier and TypeMethodDescriptionDependencyManagerImpl.addDependency
(Path path) DependencyManagerImpl.getDependencies()
DependencyManagerImpl.getDependency
(String id) DependencyManagerImpl.getDependency
(Path path) DependencyManagerImpl.removeDependency
(Path path) -
Uses of Package in ru.cg.webbpm.studio.core.impl.project.structure
Methods in ru.cg.webbpm.studio.core.impl.project.structure with parameters of type PackageModifier and TypeMethodDescriptionPackagesModuleImpl.getConvertersJarPath
(Package pkg) PackagesModuleImpl.getJavaMetadataFile
(Package pkg) PackagesModuleImpl.getPackageResources
(Package pkg) PackagesModuleImpl.getTsMetadataFile
(Package pkg) -
Uses of Package in ru.cg.webbpm.studio.core.migrations.impl
Methods in ru.cg.webbpm.studio.core.migrations.impl with parameters of type PackageModifier and TypeMethodDescriptionorg.springframework.context.ApplicationContext
PackageContextsHolder.getContext
(Package key) -
Uses of Package in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl
Methods in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl that return types with arguments of type Package -
Uses of Package in ru.cg.webbpm.studio.subsystems.packaging.ui
Constructor parameters in ru.cg.webbpm.studio.subsystems.packaging.ui with type arguments of type PackageModifierConstructorDescriptionUnsupportedPackagesDialog
(javafx.stage.Window owner, ProjectManager projectManager, PackageExManager packageExManager, Alerts alerts, List<Package> unsupportedPackages) -
Uses of Package in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.api that return types with arguments of type PackageModifier and TypeMethodDescriptionComponentManager.getPackage
(String objectId) Returns a package containing an object with specified id, if any -
Uses of Package in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl that return types with arguments of type Package -
Uses of Package in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component that return types with arguments of type PackageModifier and TypeMethodDescriptionComponentRegistry.getPackage
(String objectId) Returns a package containing an object with specified id, if any -
Uses of Package in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.io
Methods in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.io that return types with arguments of type PackageModifier and TypeMethodDescriptionComponentIOComponent.getUsedPackages
(Component object) PageIOComponent.getUsedPackages
(Page object) -
Uses of Package in ru.cg.webbpm.studio.subsystems.scripting.compile.api
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.api that return types with arguments of type PackageModifier and TypeMethodDescriptionMetadataManager.getPackage
(ClassRef classRef) Searches for a package that contains metadata for specified class -
Uses of Package in ru.cg.webbpm.studio.subsystems.scripting.compile.impl
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl that return types with arguments of type Package -
Uses of Package in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata
Fields in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata with type parameters of type PackageModifier and TypeFieldDescriptionBaseMetadataStore.packageMap
protected Map<Package,
ClassesMetadata> BaseMetadataStore.reversePackageMap
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata that return types with arguments of type PackageMethods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata with parameters of type PackageModifier and TypeMethodDescriptionprotected abstract ClassesMetadata
BaseMetadataStore.readPackageMetadata
(Package pkg) protected ClassesMetadata
JavaMetadataStore.readPackageMetadata
(Package pkg) void
BaseMetadataStore.updatePackageMetadata
(Package pkg) -
Uses of Package in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata.typescript
Methods in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata.typescript with parameters of type PackageModifier and TypeMethodDescriptionprotected ClassesMetadata
TypescriptMetadataStore.readPackageMetadata
(Package pkg) Method parameters in ru.cg.webbpm.studio.subsystems.scripting.compile.impl.metadata.typescript with type arguments of type PackageModifier and TypeMethodDescriptionvoid
TypescriptMetadataParser.setPackageMap
(Map<Package, ClassesMetadata> packageMap)