|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.ui.views.scm.FilteredOperationsResult
public class FilteredOperationsResult
Convenience class to separate operations that considered to be filtered from the rest of a given input.
| Constructor Summary | |
|---|---|
FilteredOperationsResult()
Constructor. |
|
| Method Summary | |
|---|---|
void |
addFilteredOperation(AbstractOperation operation)
Adds an operation that is considered as filtered. |
void |
addNonFiltered(Object obj)
Adds an object that is classified as non-filtered. |
List<AbstractOperation> |
getFilteredOperations()
Returns all operations that are considered to have been filtered. |
List<Object> |
getNonFiltered()
Returns the non-filtered content. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilteredOperationsResult()
| Method Detail |
|---|
public void addNonFiltered(Object obj)
obj - the object to be addedpublic void addFilteredOperation(AbstractOperation operation)
operation - the operation to be addedpublic List<Object> getNonFiltered()
public List<AbstractOperation> getFilteredOperations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||