Package | Description |
---|---|
org.apache.manifoldcf.authorities.authgroups | |
org.apache.manifoldcf.crawler.system |
Modifier and Type | Field and Description |
---|---|
protected AuthorityGroup[] |
AuthorityGroupManager.AuthorityGroupExecutor.returnValues |
Modifier and Type | Method and Description |
---|---|
AuthorityGroup |
AuthorityGroup.duplicate()
Clone this object.
|
protected AuthorityGroup[] |
AuthorityGroupManager.getAuthorityGroupsMultiple(String[] groupNames)
Fetch multiple authority groups at a single time.
|
AuthorityGroup[] |
AuthorityGroupManager.AuthorityGroupExecutor.getResults()
Get the result.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AuthorityGroupManager.getAuthorityGroupsChunk(AuthorityGroup[] rval,
Map returnIndex,
ArrayList params)
Read a chunk of authority groups.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ManifoldCF.processAuthorityGroup(AuthorityGroup group,
ConfigurationNode groupNode)
Convert input hierarchy into an AuthorityGroup object.
|