|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IProtectionEntry | |
|---|---|
| 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.impl.generic.admin |
|---|
| Classes in com.perforce.p4java.impl.generic.admin that implement IProtectionEntry | |
|---|---|
class |
ProtectionEntry
Default IProtectionEntry implementation class. |
| 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)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||