Uses of Interface
de.aristaflow.adept2.model.processmodel.TemplateProxy
Packages that use TemplateProxy
Package
Description
-
Uses of TemplateProxy in de.aristaflow.adept2.core.processrepository
Methods in de.aristaflow.adept2.core.processrepository that return TemplateProxyModifier and TypeMethodDescriptionProcessTemplateManager.getTemplateProxy(SessionToken session, UUID templateID) Gets a lightweight object (TemplateProxy) of the designated process template.Methods in de.aristaflow.adept2.core.processrepository that return types with arguments of type TemplateProxyModifier and TypeMethodDescriptionProcessRepository.findUsageOfActivityTemplate(SessionToken session, UUID activityTemplateVersionID) Finds all process templates which use the designated activity template in a process step.ProcessRepository.findUsageOfActivityTemplateIterator(SessionToken session, UUID activityTemplateVersionID) The same asProcessRepository.findUsageOfActivityTemplate(SessionToken, UUID)but with partial retrieval of the template proxies.ProcessRepository.findUsageOfProcessTemplate(SessionToken session, UUID processTemplateID) Finds all process templates which reference the designated process template as subprocess.ProcessRepository.findUsageOfProcessTemplateIterator(SessionToken session, UUID processTemplateID) The same asProcessRepository.findUsageOfProcessTemplate(SessionToken, UUID)but with partial retrieval of the template proxies.ProcessTemplateManager.getAllTemplateProxies(SessionToken session, Filter filter) Gets all lightweight objects (TemplateProxy) that match the designated filter based onTemplateProxy.ProcessTemplateManager.getAllTemplateProxiesIterator(SessionToken session, Filter filter) The same asProcessTemplateManager.getAllTemplateProxies(SessionToken, Filter)but with partial retrieval of the lightweight objects for process templates.ProcessRepository.getParentTree(SessionToken session, UUID templId) Finds the parent tree of the designated process template, that is, all (top-level) process templates that use the designated process template or one of its parents as subprocess.ProcessRepository.getParentTree(SessionToken session, UUID templId) Finds the parent tree of the designated process template, that is, all (top-level) process templates that use the designated process template or one of its parents as subprocess.ProcessRepository.getParentTreeIterator(SessionToken session, UUID templId) The same asProcessRepository.getParentTree(SessionToken, UUID)but with partial retrieval of the template proxies.ProcessRepository.getParentTreeIterator(SessionToken session, UUID templId) The same asProcessRepository.getParentTree(SessionToken, UUID)but with partial retrieval of the template proxies. -
Uses of TemplateProxy in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return TemplateProxyModifier and TypeMethodDescriptionProcessModelFactory.createTemplateProxy(TemplateReference templRef, UUID parent, List<UUID> children, Set<URI[]> deployedPm, long creationTime, long modificationTime, String internalVersion, QualifiedAgent lockingAgent) Creates a new template proxy.ProcessType.getRootTemplate()Gets (a proxy for) the root template of this process type which is the first ancestor of the null template.Methods in de.aristaflow.adept2.model.processmodel that return types with arguments of type TemplateProxyModifier and TypeMethodDescriptionstatic Collection<TemplateProxy>TemplateProxyComparator.getSortedTemplProxies(Collection<TemplateProxy> unsortedTemplProxies) Take the designated template proxies and return them as sorted collection.Methods in de.aristaflow.adept2.model.processmodel with parameters of type TemplateProxyModifier and TypeMethodDescriptionintTemplateProxyComparator.compare(TemplateProxy o1, TemplateProxy o2) ProcessModelFactory.createProcessType(String name, TemplateProxy templateProxy) Creates a new process type.Method parameters in de.aristaflow.adept2.model.processmodel with type arguments of type TemplateProxyModifier and TypeMethodDescriptionstatic Collection<TemplateProxy>TemplateProxyComparator.getSortedTemplProxies(Collection<TemplateProxy> unsortedTemplProxies) Take the designated template proxies and return them as sorted collection.