Interface ObjectPropertyPath
-
- All Known Implementing Classes:
ObjectPropertyPathImpl
public interface ObjectPropertyPathDefines a chain of object properties to be used for comparison, starting from a planning entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendObjectProperty(org.kie.workbench.common.services.datamodeller.core.ObjectProperty objectProperty)List<org.kie.workbench.common.services.datamodeller.core.ObjectProperty>getObjectPropertyPath()booleanisDescending()voidsetDescending(boolean descending)
-
-
-
Method Detail
-
getObjectPropertyPath
List<org.kie.workbench.common.services.datamodeller.core.ObjectProperty> getObjectPropertyPath()
-
appendObjectProperty
void appendObjectProperty(org.kie.workbench.common.services.datamodeller.core.ObjectProperty objectProperty)
-
setDescending
void setDescending(boolean descending)
-
isDescending
boolean isDescending()
-
-