public class IndexUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IndexUtil.ConstraintType |
static class |
IndexUtil.Factory |
Constructor and Description |
---|
IndexUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
compositeAllowed(BetaNodeFieldConstraint[] constraints,
short betaNodeType) |
static boolean |
isIndexable(BetaNodeFieldConstraint constraint,
short nodeType) |
static boolean[] |
isIndexableForNode(org.kie.internal.conf.IndexPrecedenceOption indexPrecedenceOption,
short nodeType,
int keyDepth,
BetaNodeFieldConstraint[] constraints) |
static boolean |
isIndexableForNode(short nodeType,
BetaNodeFieldConstraint constraint) |
public static boolean compositeAllowed(BetaNodeFieldConstraint[] constraints, short betaNodeType)
public static boolean isIndexable(BetaNodeFieldConstraint constraint, short nodeType)
public static boolean isIndexableForNode(short nodeType, BetaNodeFieldConstraint constraint)
public static boolean[] isIndexableForNode(org.kie.internal.conf.IndexPrecedenceOption indexPrecedenceOption, short nodeType, int keyDepth, BetaNodeFieldConstraint[] constraints)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.