public class SIDList
extends java.lang.Object
Contains a list of SID objects.
Constructor and Description |
---|
SIDList()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addSID(SID sid)
Add a SRID to the list
|
SID |
findSID(SID sid)
Find the SID that matches the specified SID
|
SID |
findSID(java.lang.String name)
Find the SID with the specified name
|
SID |
getSIDAt(int idx)
Return a SID from the list
|
int |
numberOfSIDs()
Return the number of SIDs in the list
|
void |
removeAllSIDs()
Remove all SIDs from the list
|
SID |
removeSID(SID sid)
Remove a SID from the list
|
public final void addSID(SID sid)
sid
- SIDpublic final SID getSIDAt(int idx)
idx
- intpublic final int numberOfSIDs()
public final SID findSID(java.lang.String name)
name
- Stringpublic final SID findSID(SID sid)
sid
- SIDpublic final SID removeSID(SID sid)
sid
- SIDpublic final void removeAllSIDs()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.