public class OperationList extends ArrayList<Operation>
modCount
Constructor and Description |
---|
OperationList() |
Modifier and Type | Method and Description |
---|---|
Object |
execute(Object source,
Operation operation,
ArrayList<?> parameters,
IEolContext context) |
Operation |
getOperation(Object source,
NameExpression operationNameExpression,
List<?> parameters,
IEolContext context) |
Operation |
getOperation(Object object,
String name,
List<?> parameters,
boolean ofTypeOnly,
IEolContext context) |
Operation |
getOperation(Object object,
String name,
List<?> parameters,
IEolContext context) |
Operation |
getOperation(String name) |
List<Operation> |
getOperations(Object object,
String name,
List<?> parameters,
boolean ofTypeOnly,
IEolContext context) |
List<Operation> |
getOperations(Object object,
String name,
List<?> parameters,
boolean ofTypeOnly,
IEolContext context,
boolean returnOne) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public Operation getOperation(Object object, String name, List<?> parameters, IEolContext context) throws EolRuntimeException
EolRuntimeException
public Operation getOperation(Object object, String name, List<?> parameters, boolean ofTypeOnly, IEolContext context) throws EolRuntimeException
EolRuntimeException
public List<Operation> getOperations(Object object, String name, List<?> parameters, boolean ofTypeOnly, IEolContext context) throws EolRuntimeException
EolRuntimeException
public List<Operation> getOperations(Object object, String name, List<?> parameters, boolean ofTypeOnly, IEolContext context, boolean returnOne) throws EolRuntimeException
EolRuntimeException
public Operation getOperation(Object source, NameExpression operationNameExpression, List<?> parameters, IEolContext context) throws EolRuntimeException
EolRuntimeException
public Object execute(Object source, Operation operation, ArrayList<?> parameters, IEolContext context) throws EolRuntimeException
EolRuntimeException
Copyright © 2016. All rights reserved.