Package org.projectnessie.services.cel
Interface CELUtil.KeyEntryForCel
-
- All Superinterfaces:
CELUtil.KeyedEntityForCel
- Enclosing class:
- CELUtil
public static interface CELUtil.KeyEntryForCel extends CELUtil.KeyedEntityForCel
'Mirrored' interface wrapping aKeyEntryfor CEL to have convenience fields and maintain backward compatibility to older ways of exposing this data to scripts..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetContentType()-
Methods inherited from interface org.projectnessie.services.cel.CELUtil.KeyedEntityForCel
getEncodedKey, getKey, getKeyElements, getName, getNamespace, getNamespaceElements
-
-