Interface TypeSystemInfo
-
- All Known Implementing Classes:
CartTypeInfo
public interface TypeSystemInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description SingleAttributeKeygetParentReferenceAttribute(Reference itemTypeReference)TypedCriteriagetTypedCriteria(Criteria criteria)booleanisDocumentRootId(Identity id)static java.util.Optional<Identity>toIdentity(java.lang.Object obj)
-
-
-
Method Detail
-
toIdentity
static java.util.Optional<Identity> toIdentity(java.lang.Object obj)
-
isDocumentRootId
boolean isDocumentRootId(Identity id)
-
getParentReferenceAttribute
SingleAttributeKey getParentReferenceAttribute(Reference itemTypeReference)
-
getTypedCriteria
TypedCriteria getTypedCriteria(Criteria criteria)
-
-