|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.collections.ProcessIdSet
public class ProcessIdSet
This class represents a set of processes.
Field Summary |
---|
Fields inherited from interface fuego.papi.collections.ElementIdSet |
---|
SEPARATOR |
Method Summary | |
---|---|
ProcessIdSet |
add(Process process)
Adds the Id of the process to the set |
ProcessIdSet |
add(String processId)
Adds the specified element to the set if not present. |
ProcessIdSet |
addAll(ElementIdSet<String> processIds)
Add all ids to the Set. |
ProcessIdSet |
addAll(List<String> processIds)
Adds all process Id's to the set |
ProcessIdSet |
addAll(ProcessList processes)
Adds all process Id's to the set |
ProcessIdSet |
addAll(String... processIds)
Adds process Id's to the set |
boolean |
contains(String elementId)
Returns true if this set contains the specified identification. |
static ProcessIdSet |
create()
Creates new ProcessIdSet |
boolean |
isEmpty()
|
Iterator<String> |
iterator()
|
int |
size()
|
String[] |
toArray()
Returns an array containing all of the elements in this set. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ProcessIdSet create()
public ProcessIdSet add(String processId)
ElementIdSet
add
in interface ElementIdSet<String>
processId
- Identification to add.public int size()
size
in interface ElementIdSet<String>
public boolean isEmpty()
isEmpty
in interface ElementIdSet<String>
public Iterator<String> iterator()
iterator
in interface Iterable<String>
public ProcessIdSet add(Process process)
process
- Process to add.public ProcessIdSet addAll(String... processIds)
addAll
in interface ElementIdSet<String>
processIds
- Processes identification to add.public ProcessIdSet addAll(List<String> processIds)
processIds
- Processes identification to add.public ProcessIdSet addAll(ProcessList processes)
processes
- Processes which identification will be added.public ProcessIdSet addAll(ElementIdSet<String> processIds)
ElementIdSet
addAll
in interface ElementIdSet<String>
processIds
- Identification Set to add.public boolean contains(String elementId)
ElementIdSet
contains
in interface ElementIdSet<String>
elementId
- Identification whose presence in this set is to be tested.
public String[] toArray()
toArray
in interface ElementIdSet<String>
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |