|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProtectionEntry | |
---|---|
com.perforce.p4java.admin | |
com.perforce.p4java.impl.generic.admin | |
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
Uses of IProtectionEntry in com.perforce.p4java.admin |
---|
Methods in com.perforce.p4java.admin that return types with arguments of type IProtectionEntry | |
---|---|
List<IProtectionEntry> |
IProtectionsTable.getEntries()
Gets the list of protection entries. |
Method parameters in com.perforce.p4java.admin with type arguments of type IProtectionEntry | |
---|---|
void |
IProtectionsTable.setEntries(List<IProtectionEntry> entries)
Sets the list of protection entries. |
Uses of IProtectionEntry in com.perforce.p4java.impl.generic.admin |
---|
Classes in com.perforce.p4java.impl.generic.admin that implement IProtectionEntry | |
---|---|
class |
ProtectionEntry
Default IProtectionEntry implementation class. |
Methods in com.perforce.p4java.impl.generic.admin that return types with arguments of type IProtectionEntry | |
---|---|
List<IProtectionEntry> |
ProtectionsTable.getEntries()
|
Method parameters in com.perforce.p4java.impl.generic.admin with type arguments of type IProtectionEntry | |
---|---|
void |
ProtectionsTable.setEntries(List<IProtectionEntry> entries)
|
Constructor parameters in com.perforce.p4java.impl.generic.admin with type arguments of type IProtectionEntry | |
---|---|
ProtectionsTable(List<IProtectionEntry> entries)
Explicit-value constructor. |
Uses of IProtectionEntry in com.perforce.p4java.impl.mapbased.server |
---|
Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IProtectionEntry | |
---|---|
List<IProtectionEntry> |
Server.getProtectionEntries(boolean allUsers,
String hostName,
String userName,
String groupName,
List<IFileSpec> fileList)
|
List<IProtectionEntry> |
Server.getProtectionEntries(List<IFileSpec> fileList,
GetProtectionEntriesOptions opts)
|
Method parameters in com.perforce.p4java.impl.mapbased.server with type arguments of type IProtectionEntry | |
---|---|
String |
Server.createProtectionEntries(List<IProtectionEntry> entryList)
|
String |
Server.updateProtectionEntries(List<IProtectionEntry> entryList)
|
Uses of IProtectionEntry in com.perforce.p4java.server |
---|
Methods in com.perforce.p4java.server that return types with arguments of type IProtectionEntry | |
---|---|
List<IProtectionEntry> |
IServer.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> |
IOptionsServer.getProtectionEntries(List<IFileSpec> fileList,
GetProtectionEntriesOptions opts)
Get a list of Perforce protection entries for the passed-in arguments. |
Method parameters in com.perforce.p4java.server with type arguments of type IProtectionEntry | |
---|---|
String |
IOptionsServer.createProtectionEntries(List<IProtectionEntry> entryList)
Create or replace the protections table data on the Perforce server with these new protection entries. |
String |
IOptionsServer.updateProtectionEntries(List<IProtectionEntry> entryList)
Replace the protections table data on the Perforce server with these new protection entries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |