Uses of Interface
com.polarion.subterra.base.data.model.IType
Packages that use IType
Package
Description
-
Uses of IType in com.polarion.alm.tracker.exporter
Methods in com.polarion.alm.tracker.exporter with parameters of type IType -
Uses of IType in com.polarion.platform.persistence
Methods in com.polarion.platform.persistence that return IType -
Uses of IType in com.polarion.platform.persistence.model
Methods in com.polarion.platform.persistence.model that return ITypeModifier and TypeMethodDescriptionIPObject.getFieldType(String key) Returns type of the field regardless if it is a built-in or custom field.IPrototype.getKeyType(String key) This method also handles composed keys to create a single destination for logic implementation. -
Uses of IType in com.polarion.platform.persistence.spi
Methods in com.polarion.platform.persistence.spi that return ITypeModifier and TypeMethodDescriptionPObject.getFieldType(String key) Returns type of the field regardless if it is a build in or custom field.Methods in com.polarion.platform.persistence.spi with parameters of type ITypeModifier and TypeMethodDescriptionstatic ObjectUnwraps the high-level value found inIPObjectinto the low-level value to be set into the data object.static ObjectValueHelper.unwrapCustomField(IType sourceType, Object value) Unwraps the high-level value found inIPObjectCUSTOM FIELD into the low-level vlaue to be set into the data object.Wraps the low-level value from data object into the high-level value returned byIPObjectstatic ObjectWraps the low-level value from data object into the high-level value returned byIPObjectstatic ObjectValueHelper.wrapCustomField(IPObject pobject, String key, IType targetType, Object value) Wraps the low-level value of CUSTOM FIELD from data object into the high-level value returned byIPObject -
Uses of IType in com.polarion.subterra.base.data.model
Subinterfaces of IType in com.polarion.subterra.base.data.modelModifier and TypeInterfaceDescriptioninterfaceInterface for types to use code mirrorinterfaceThis type represent on model the enumeration.interfaceThis is UNORDERED list represented by java.util.Collection.interfaceinterfaceReference list is UNORDERED list represented by java.util.Collection.interfaceMethods in com.polarion.subterra.base.data.model that return ITypeModifier and TypeMethodDescriptionIRelationMapping.getFrom()IListType.getItemType()IDataPrototype.getKeyType(String key) IStructType.getKeyType(String key) IRelationMapping.getTo()ICustomField.getType()Returns type of this field - can be one of the following types:IPrimitiveTypeIReferenceTypeIEnumTypeIListTypeof one of the above typesMethods in com.polarion.subterra.base.data.model with parameters of type IType