Uses of Interface
com.polarion.platform.persistence.IEnumeration
Packages that use IEnumeration
Package
Description
-
Uses of IEnumeration in com.polarion.alm.tracker
Methods in com.polarion.alm.tracker that return IEnumerationModifier and TypeMethodDescriptionITestManagementService.getTestRecordResultEnum(String projectId) ITestManagementService.getTestRunStatusEnum(String projectId) ITestManagementService.getTestRunTypeEnum(String projectId) -
Uses of IEnumeration in com.polarion.alm.tracker.model
Subinterfaces of IEnumeration in com.polarion.alm.tracker.modelMethods in com.polarion.alm.tracker.model that return IEnumerationModifier and TypeMethodDescriptionITrackerProject.getApprovalStatusEnum()Returns the approval status enumeration available in this project.ITrackerProject.getHyperlinkRoleEnum()Returns the hyperlink link roles enumeration available in this project.ITrackerProject.getModuleTypeEnum()Returns the module types enumeration available in this project.ITrackerProject.getOSLCItemLinkRoleEnum()Returns the OSLC item link roles enumeration available in this project.ITrackerProject.getPlanningConstraintsSet()ITrackerProject.getResolutionEnum()Returns the resolution enumeration available in this project.ITrackerProject.getSeverityEnum()Returns the severity enumeration available in this project.ITrackerProject.getSignatureStateEnum()Returns the signature state enumeration.ITrackerProject.getSignatureVerdictEnum()Returns the signature verdict enumeration.ITrackerProject.getStatusEnum()Returns the status enumeration available in this project.ITrackerProject.getWorkItemLinkRoleEnum()Returns the work item link roles enumeration available in this project.ITrackerProject.getWorkItemTypeEnum()Returns the work item types enumeration available in this project.ITrackerProject.getWorkRecordTypeEnum()Returns the work record type enumeration available in this project. -
Uses of IEnumeration in com.polarion.alm.tracker.model.signatures
Methods in com.polarion.alm.tracker.model.signatures that return IEnumerationModifier and TypeMethodDescriptionIDocumentWorkflowSignaturesManager.getVerdictEnumeration()Returns the verdict enumeration for convenience.IWorkflowSignaturesManager.getVerdictEnumeration()Returns the verdict enumeration for convenience. -
Uses of IEnumeration in com.polarion.platform.persistence
Subinterfaces of IEnumeration in com.polarion.platform.persistenceModifier and TypeInterfaceDescriptioninterfaceIConfigurableEnumeration<T extends IEnumOption>Enumeration that is based on a configuration in repository.Methods in com.polarion.platform.persistence that return IEnumerationModifier and TypeMethodDescriptionIEnumFactory.getEnumeration(String enumId, IContextId contextId) ReturnsIEnumerationwhich specific for given context and enumeration idIDataService.getEnumerationForEnumId(IEnumType type, IContextId contextId) Returns the enumeration for a given enumeration type.IDataService.getEnumerationForKey(String prototypeName, String key, IContextId contextId) Returns the instance of the enum factory, that handles the enumeration for a given key. -
Uses of IEnumeration in com.polarion.platform.persistence.model
Methods in com.polarion.platform.persistence.model that return IEnumerationModifier and TypeMethodDescriptionIStructure.getEnumeration(String key) Returns theIEnumerationif this one was registered for specific key ornull. -
Uses of IEnumeration in com.polarion.platform.persistence.spi
Subinterfaces of IEnumeration in com.polarion.platform.persistence.spiClasses in com.polarion.platform.persistence.spi that implement IEnumerationModifier and TypeClassDescriptionclassAbstract implementation of an enum factory.classclassGeneric implementation of an enum factory.classMethods in com.polarion.platform.persistence.spi that return IEnumeration