Uses of Interface
com.jedox.palojlib.interfaces.IAttribute
Packages that use IAttribute
-
Uses of IAttribute in com.jedox.palojlib.interfaces
Methods in com.jedox.palojlib.interfaces that return IAttributeModifier and TypeMethodDescriptionIDimension.addAttribute(String name, IElement.ElementType type) Create one attribute, this method does not invalidate the cache.IDimension.getAttributeByName(String name) Get an attribute using its namedefault IAttributeIDimension.getAttributeByName(String name, String language) IDimension.getAttributes()Get a list of attributes for this dimensionMethods in com.jedox.palojlib.interfaces that return types with arguments of type IAttributeMethods in com.jedox.palojlib.interfaces with parameters of type IAttributeModifier and TypeMethodDescriptionvoidIDimension.addAttributeConsolidation(IAttribute attribute, IAttribute child) add a child for this attributevoidIDimension.addAttributeValues(IAttribute attribute, IElement[] elements, Object[] values) Writes the attribute values for these elementsdefault voidIDimension.createVirtualDimension(IAttribute attribute) Creates a virtual dimension specified by a dimension attribute.voidIDimension.removeAttributeConsolidations(IAttribute attribute) remove the consolidations for this attribute i.e.voidIDimension.removeAttributes(IAttribute[] attributes) Removes the attributesvoidIDimension.removeAttributeValues(IAttribute attribute, IElement[] elements) Removes the attribute values for these elements in this dimension, for the given language in the attribute.default voidIDimension.removeVirtualDimension(IAttribute attribute) Removes a virtual dimension specified by a dimension attribute. -
Uses of IAttribute in com.jedox.palojlib.main
Classes in com.jedox.palojlib.main that implement IAttributeFields in com.jedox.palojlib.main with type parameters of type IAttributeMethods in com.jedox.palojlib.main that return IAttributeModifier and TypeMethodDescriptionDimension.addAttribute(String name, IElement.ElementType type) Dimension.getAttributeByName(String name) Dimension.getAttributeByName(String name, String language) Dimension.getAttributes()Methods in com.jedox.palojlib.main that return types with arguments of type IAttributeModifier and TypeMethodDescriptionDimension.getAttributesObjectMap()Element.getAttributeValues()protected HashMap<IAttribute,Object> Element.getAttributeValues(Element language) Methods in com.jedox.palojlib.main with parameters of type IAttributeModifier and TypeMethodDescriptionvoidDimensionHandler.activateVirtualDimension(int databaseId, int id, IAttribute attribute, boolean activate) voidDimension.addAttributeConsolidation(IAttribute parent, IAttribute child) voidDimension.addAttributeValues(IAttribute attribute, IElement[] elements, Object[] values) voidDimension.createVirtualDimension(IAttribute attribute) voidDimension.removeAttributeConsolidations(IAttribute attribute) voidDimension.removeAttributes(IAttribute[] attributes) voidDimension.removeAttributeValues(IAttribute attribute, IElement[] elements) voidDimension.removeVirtualDimension(IAttribute attribute) Constructor parameters in com.jedox.palojlib.main with type arguments of type IAttributeModifierConstructorDescriptionprotectedElement(Dimension dimension, int id, String name, IElement.ElementType type, int position, int[] parentsIds, int[] childrenIds, double[] weights, HashMap<IAttribute, Object> attributesValues, int dimensionToken, String permission, boolean hiddenFiltered)