Package org.bgerp.model.process
Class ProcessGroups
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<ProcessGroup>
,Collection<ProcessGroup>
,NavigableSet<ProcessGroup>
,SequencedCollection<ProcessGroup>
,SequencedSet<ProcessGroup>
,Set<ProcessGroup>
,SortedSet<ProcessGroup>
Process execution groups.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet of concatenated IDs fromgroupId + ':' + roleId.
static ProcessGroups
Converts array of IDs groupId:roleId.static ProcessGroups
Converts list of ID with titles.Methods inherited from class java.util.TreeSet
add, addAll, addFirst, addLast, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.NavigableSet
removeFirst, removeLast, reversed
-
Constructor Details
-
ProcessGroups
public ProcessGroups() -
ProcessGroups
-
ProcessGroups
-
-
Method Details
-
of
Converts array of IDs groupId:roleId.- Parameters:
array
-- Returns:
-
of
Converts list of ID with titles.- Parameters:
list
-- Returns:
-
getGroupIds
- Returns:
- group IDs.
-
getRoleIds
- Returns:
- role IDs.
-
getGroupRoleIds
Set of concatenated IDs fromgroupId + ':' + roleId.
- Returns:
-