public interface OwnerGroupIdentifier
Let's grouping some owner directories.
Rather than having the following hierarchy from the UWS root directory:
- root
L owner1_dir
L result1.xml
L result2.xml
L owner1.backup
L owner2_dir
L ...
L owner3_dir
L ...
This class let's you grouping owner directories thanks to the function getOwnerGroup(JobOwner)
:
- root
L group1
L owner1_dir
L result1.xml
L result2.xml
L owner1.backup
L owner3_dir
L ...
L group2
L owner2_dir
L ...
DefaultOwnerGroupIdentifier
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOwnerGroup(JobOwner owner)
Let's extracting the group name of the given job owner.
|
java.lang.String getOwnerGroup(JobOwner owner)
owner
- The job owner whose the group name must be returned.