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