|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Subset2
Subset2
A new subset definition which corresponds to the subset definitions
specified by Jedox (and its excel client). The content of this subset is
defined by its SubsetFilter
s.
A big difference is that all added subset filters are applied to this subset.
Whereas in former Subset definition only one was active.
Method Summary | |
---|---|
void |
add(SubsetFilter filter)
Deprecated. Adds the given subset filter to the list of all subset filters which should be applied to this subset. |
boolean |
contains(Element element)
Deprecated. Checks if the given Element is inside this subset or not. |
java.lang.String[] |
getAliases()
Deprecated. Returns the IDs of aliases currently set. |
Dimension |
getDimension()
Deprecated. Returns the Dimension to which this subset applies. |
Element[] |
getElements()
Deprecated. Returns all Elements of this subset. |
SubsetFilter |
getFilter(int type)
Deprecated. Returns the subset filter which corresponds to the given type |
SubsetFilter[] |
getFilters()
Deprecated. Returns all subset filters of this subset |
ElementNode[] |
getHierarchy()
Deprecated. |
java.lang.String |
getId()
Deprecated. The unique subset id. |
int |
getIndent()
Deprecated. |
java.lang.String |
getName()
Deprecated. Returns the name of the subset |
void |
remove(SubsetFilter filter)
Deprecated. Removes the given subset filter from the list of all subset filters which should be applied to this subset. |
void |
reset()
Deprecated. Resets this subset to its defaults, i.e. all filters and aliases are removed. |
boolean |
save()
Deprecated. Saves this subset |
Method Detail |
---|
java.lang.String getId()
Dimension getDimension()
Dimension
to which this subset applies.
java.lang.String getName()
getName
in interface NamedEntity
int getIndent()
java.lang.String[] getAliases()
void reset()
void add(SubsetFilter filter)
the
- subset filter to apply to this subsetvoid remove(SubsetFilter filter)
the
- subset filter to removeSubsetFilter[] getFilters()
SubsetFilter getFilter(int type)
type
- a valid subset filter type
ISubsetFilter
or null
boolean save()
boolean contains(Element element)
Element
is inside this subset or not.
element
- the Element
to check
true
if Element
is inside this subset,
false
if not.Element[] getElements()
Elements
of this subset.
ElementNode[] getHierarchy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |