Uses of Class
org.cristalise.kernel.lookup.DomainPath
Packages that use DomainPath
Package
Description
This file is part of the CRISTAL-iSE kernel.
-
Uses of DomainPath in org.cristalise.kernel.entity
Constructors in org.cristalise.kernel.entity with parameters of type DomainPathModifierConstructorDescriptionDomainContext(DomainPath path) DomainContext(DomainPath path, String ns, Integer v) -
Uses of DomainPath in org.cristalise.kernel.entity.imports
Methods in org.cristalise.kernel.entity.imports that return DomainPath -
Uses of DomainPath in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined with parameters of type DomainPathModifier and TypeMethodDescriptionprotected voidCreateItemFromDescription.initialiseItem(ItemPath newItem, AgentProxy agent, ItemProxy descItem, PropertyArrayList initProps, String outcome, String newName, String descVer, DomainPath context, ItemPath newItemPath, TransactionKey transactionKey) -
Uses of DomainPath in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that return DomainPathMethods in org.cristalise.kernel.lookup with parameters of type DomainPathModifier and TypeMethodDescriptiondefault Lookup.PagedResultLookup.getContextTree(DomainPath start) Read the full context tree from the given DomainathLookup.getContextTree(DomainPath start, TransactionKey transactionKey) default ItemPathLookup.resolvePath(DomainPath domainPath) Find the ItemPath for which a DomainPath is an alias.Lookup.resolvePath(DomainPath domainPath, TransactionKey transactionKey) Find the ItemPath for which a DomainPath is an alias.Constructors in org.cristalise.kernel.lookup with parameters of type DomainPath -
Uses of DomainPath in org.cristalise.kernel.process.module
Fields in org.cristalise.kernel.process.module declared as DomainPath -
Uses of DomainPath in org.cristalise.kernel.process.resource
Methods in org.cristalise.kernel.process.resource that return DomainPathModifier and TypeMethodDescriptionDefaultResourceImportHandler.createResource(String ns, String itemName, int version, Outcome outcome, boolean reset, TransactionKey transactionKey) Methods migrated from BootstrapResourceImportHandler.createResource(String ns, String itemName, int version, Outcome outcome, boolean reset, TransactionKey transactionKey) Create resource Item from its Module definition.Returns the DomainPath for a specific resourceDefaultResourceImportHandler.getTypeRoot()ResourceImportHandler.getTypeRoot()The directory context to search for existing resources.DefaultResourceImportHandler.importResource(String ns, String itemName, int version, ItemPath itemPath, String dataLocation, boolean reset, TransactionKey transactionKey) DefaultResourceImportHandler.importResource(String ns, String itemName, int version, ItemPath itemPath, Outcome outcome, boolean reset, TransactionKey transactionKey) ResourceImportHandler.importResource(String ns, String itemName, int version, ItemPath itemPath, String dataLocation, boolean reset, TransactionKey transactionKey) Creates or updates resource Item against a Module version, using a ResourceImportHandler configured finding the outcome at the given dataLocation.ResourceImportHandler.importResource(String ns, String itemName, int version, ItemPath itemPath, Outcome outcome, boolean reset, TransactionKey transactionKey) Verify a resource Item against a Module version, but supplies the resource outcomes directly instead of through a location lookup.