|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChangelistSummary.Visibility | |
|---|---|
| com.perforce.p4java.core | Provides interfaces and classes for defining and accessing Perforce objects such as jobs, changelists, etc., and, through the file sub-package, Perforce files. |
| com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
| Uses of IChangelistSummary.Visibility in com.perforce.p4java.core |
|---|
| Methods in com.perforce.p4java.core that return IChangelistSummary.Visibility | |
|---|---|
static IChangelistSummary.Visibility |
IChangelistSummary.Visibility.fromString(String str)
Return a suitable Visibility type as inferred from the passed-in string, which is assumed to be the string form of a Visibility type. |
IChangelistSummary.Visibility |
IChangelistSummary.getVisibility()
Get the visibility associated with this changelist. |
static IChangelistSummary.Visibility |
IChangelistSummary.Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IChangelistSummary.Visibility[] |
IChangelistSummary.Visibility.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.perforce.p4java.core with parameters of type IChangelistSummary.Visibility | |
|---|---|
void |
IChangelistSummary.setVisibility(IChangelistSummary.Visibility visibility)
Set the visibility associated with this changelist. |
| Uses of IChangelistSummary.Visibility in com.perforce.p4java.impl.generic.core |
|---|
| Fields in com.perforce.p4java.impl.generic.core declared as IChangelistSummary.Visibility | |
|---|---|
protected IChangelistSummary.Visibility |
ChangelistSummary.visibility
|
| Methods in com.perforce.p4java.impl.generic.core that return IChangelistSummary.Visibility | |
|---|---|
IChangelistSummary.Visibility |
ChangelistSummary.getVisibility()
|
| Methods in com.perforce.p4java.impl.generic.core with parameters of type IChangelistSummary.Visibility | |
|---|---|
void |
ChangelistSummary.setVisibility(IChangelistSummary.Visibility visibility)
|
| Constructors in com.perforce.p4java.impl.generic.core with parameters of type IChangelistSummary.Visibility | |
|---|---|
Changelist(int id,
String clientId,
String username,
ChangelistStatus status,
Date date,
String description,
boolean shelved,
Server serverImpl,
IChangelistSummary.Visibility visibility)
Construct a changelist implementation given an explicit set of initial field values. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||