Uses of Interface
com.polarion.platform.persistence.model.IPrototype
Packages that use IPrototype
Package
Description
-
Uses of IPrototype in com.polarion.platform.persistence
Methods in com.polarion.platform.persistence that return IPrototypeModifier and TypeMethodDescriptionIDataService.getPrototype
(String name) This is a shortcut for calling the prototype service.IPrototypeService.getPrototype
(SubterraURI prototypeURI) IPrototypeService.getPrototype
(String name) Returns the prototype with specified name.IDataService.getPrototypeFromObjectURI
(SubterraURI uri) Returns the prototype that the uri of the given object belongs to.Methods in com.polarion.platform.persistence with parameters of type IPrototypeModifier and TypeMethodDescriptionint
IDataService.getInstancesCount
(IPrototype proto, String query) Returns the instances count for a query.IDataService.searchInstances
(IPrototype proto, String query, String sort) Searches for objects of the given type matching the query.IDataService.searchInstances
(IPrototype proto, String query, String sort, int resultLimit) Searches for objects of the given type matching the query. -
Uses of IPrototype in com.polarion.platform.persistence.diff
Methods in com.polarion.platform.persistence.diff with parameters of type IPrototypeModifier and TypeMethodDescriptionIDiffGenerator.generateDiff
(String field, IPrototype prototype, Object before, Object after) Compares values of the field before and after an event.IDiffManager.getDiffGenerator
(String key, IPrototype prototype) -
Uses of IPrototype in com.polarion.platform.persistence.model
Methods in com.polarion.platform.persistence.model that return IPrototypeModifier and TypeMethodDescriptionIPObject.getPrototype()
IPrototype.getPrototypeDefiningKey
(String key) Methods in com.polarion.platform.persistence.model with parameters of type IPrototypeModifier and TypeMethodDescriptionIPObjectFactory.createNewObject
(IPrototype prototype, IDataService persistence) Creates instance of correct type, which is not persistent yet. -
Uses of IPrototype in com.polarion.platform.persistence.spi
Methods in com.polarion.platform.persistence.spi that return IPrototypeMethods in com.polarion.platform.persistence.spi with parameters of type IPrototypeModifier and TypeMethodDescriptionDefaultPObjectFactory.createNewObject
(IPrototype prototype, IDataService persistence) Constructors in com.polarion.platform.persistence.spi with parameters of type IPrototypeModifierConstructorDescriptionPObject
(IDataService dataSvc, IPrototype prototype) Creates an instance of new PObject, which is not yet persistent.Revision
(IDataService dataSvc, IPrototype prototype) -
Uses of IPrototype in com.polarion.platform.persistence.spi.diff
Methods in com.polarion.platform.persistence.spi.diff with parameters of type IPrototypeModifier and TypeMethodDescriptionDefaultDiffGenerator.generateDiff
(String key, IPrototype prototype, Object before, Object after)