Modifier and Type | Method and Description |
---|---|
java.util.List<IProtectionEntry> |
IProtectionsTable.getEntries()
Gets the list of protection entries.
|
Modifier and Type | Method and Description |
---|---|
void |
IProtectionsTable.setEntries(java.util.List<IProtectionEntry> entries)
Sets the list of protection entries.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtectionEntry
Default IProtectionEntry implementation class.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IProtectionEntry> |
ProtectionsTable.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
ProtectionsTable.setEntries(java.util.List<IProtectionEntry> entries) |
Constructor and Description |
---|
ProtectionsTable(java.util.List<IProtectionEntry> entries)
Explicit-value constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IProtectionEntry> |
Server.getProtectionEntries(boolean allUsers,
java.lang.String hostName,
java.lang.String userName,
java.lang.String groupName,
java.util.List<IFileSpec> fileList) |
java.util.List<IProtectionEntry> |
Server.getProtectionEntries(java.util.List<IFileSpec> fileList,
GetProtectionEntriesOptions opts) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Server.createProtectionEntries(java.util.List<IProtectionEntry> entryList) |
java.lang.String |
Server.updateProtectionEntries(java.util.List<IProtectionEntry> entryList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IProtectionEntry> |
ProtectsDelegator.getProtectionEntries(boolean allUsers,
java.lang.String hostName,
java.lang.String userName,
java.lang.String groupName,
java.util.List<IFileSpec> fileList) |
java.util.List<IProtectionEntry> |
ProtectsDelegator.getProtectionEntries(java.util.List<IFileSpec> fileList,
GetProtectionEntriesOptions opts) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ProtectDelegator.createProtectionEntries(java.util.List<IProtectionEntry> entryList) |
java.lang.String |
ProtectDelegator.updateProtectionEntries(java.util.List<IProtectionEntry> entryList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IProtectionEntry> |
IProtectsDelegator.getProtectionEntries(boolean allUsers,
java.lang.String hostName,
java.lang.String userName,
java.lang.String groupName,
java.util.List<IFileSpec> fileList)
Get a list of Perforce protection entries for the passed-in arguments.
|
java.util.List<IProtectionEntry> |
IProtectsDelegator.getProtectionEntries(java.util.List<IFileSpec> fileList,
GetProtectionEntriesOptions opts)
Get a list of Perforce protection entries for the passed-in arguments.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IProtectDelegator.createProtectionEntries(java.util.List<IProtectionEntry> entryList)
Create or replace the protections table data on the Perforce server with
these new protection entries.
|
java.lang.String |
IProtectDelegator.updateProtectionEntries(java.util.List<IProtectionEntry> entryList)
Replace the protections table data on the Perforce server with these new
protection entries.
|
Copyright © 2017 Perforce Software. All Rights Reserved.