Uses of Enum Class
fr.becpg.repo.entity.comparison.StructCompareOperator
Packages that use StructCompareOperator
-
Uses of StructCompareOperator in fr.becpg.repo.entity.comparison
Fields in fr.becpg.repo.entity.comparison declared as StructCompareOperatorModifier and TypeFieldDescriptionprivate StructCompareOperatorStructCompareResultDataItem.operatorThe operator.Methods in fr.becpg.repo.entity.comparison that return StructCompareOperatorModifier and TypeMethodDescriptionStructCompareResultDataItem.getOperator()Gets the operator.static StructCompareOperatorReturns the enum constant of this class with the specified name.static StructCompareOperator[]StructCompareOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.becpg.repo.entity.comparison with parameters of type StructCompareOperatorModifier and TypeMethodDescriptionvoidStructCompareResultDataItem.setOperator(StructCompareOperator operator) Sets the operator.Constructors in fr.becpg.repo.entity.comparison with parameters of type StructCompareOperatorModifierConstructorDescriptionStructCompareResultDataItem(org.alfresco.service.namespace.QName entityList, int depthLevel, StructCompareOperator operator, org.alfresco.service.namespace.QName pivotProperty, org.alfresco.service.cmr.repository.NodeRef characteristic1, org.alfresco.service.cmr.repository.NodeRef characteristic2, Map<org.alfresco.service.namespace.QName, String> properties1, Map<org.alfresco.service.namespace.QName, String> properties2) Instantiates a new struct compare result data item.