public class VariableInitializingList extends ArrayList<VariableInstanceEntity>
modCount| Constructor and Description |
|---|
VariableInitializingList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
VariableInstanceEntity e) |
boolean |
add(VariableInstanceEntity e) |
boolean |
addAll(Collection<? extends VariableInstanceEntity> c) |
boolean |
addAll(int index,
Collection<? extends VariableInstanceEntity> c) |
protected void |
initializeVariable(VariableInstanceEntity e)
If the passed
VariableInstanceEntity is a binary variable and the command-context is active,
the variable value is fetched to ensure the byte-array is populated. |
clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic void add(int index,
VariableInstanceEntity e)
add in interface List<VariableInstanceEntity>add in class ArrayList<VariableInstanceEntity>public boolean add(VariableInstanceEntity e)
add in interface Collection<VariableInstanceEntity>add in interface List<VariableInstanceEntity>add in class ArrayList<VariableInstanceEntity>public boolean addAll(Collection<? extends VariableInstanceEntity> c)
addAll in interface Collection<VariableInstanceEntity>addAll in interface List<VariableInstanceEntity>addAll in class ArrayList<VariableInstanceEntity>public boolean addAll(int index,
Collection<? extends VariableInstanceEntity> c)
addAll in interface List<VariableInstanceEntity>addAll in class ArrayList<VariableInstanceEntity>protected void initializeVariable(VariableInstanceEntity e)
VariableInstanceEntity is a binary variable and the command-context is active,
the variable value is fetched to ensure the byte-array is populated.Copyright © 2016 Alfresco. All rights reserved.