Uses of Interface
com.polarion.subterra.base.data.model.IStructType
Package
Description
-
Uses of IStructType in com.polarion.platform.persistence
-
Uses of IStructType in com.polarion.platform.persistence.model
Modifier and TypeMethodDescriptionIStructureFactory.createStructure
(IPObject pobject, IStructType prototype, boolean readOnly, Map data) Creates the instance ofIStructure
, which wraps the given collection (and possibly implements some model specific interface) -
Uses of IStructType in com.polarion.platform.persistence.spi
Modifier and TypeMethodDescriptionDefaultStructureFactory.createStructure
(IPObject pobject, IStructType prototype, boolean readOnly, Map data) -
Uses of IStructType in com.polarion.subterra.base.data.model
Modifier and TypeMethodDescriptionTypeFactory.getStructType
(String id) TypeFactory.getStructType
(String id, Map keys) TypeFactory.getStructType
(String id, Map keys, IStructValueSerializer serializer) Modifier and TypeMethodDescriptionvoid
TypeFactory.addStructType
(IStructType struct) Internal API, do not use.IStructValueSerializer.deserializeValue
(IObjectResolver resolver, Object refres, IContextId contextId, String featureName, Object value, IStructType type) IStructValueSerializer.serializeValue
(IObjectResolver resolver, Object accessor, Object context, com.polarion.subterra.base.data.object.IDataObject dao, IStructType type, Map value)