|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStreamSummary.Type | |
|---|---|
| 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 IStreamSummary.Type in com.perforce.p4java.core |
|---|
| Methods in com.perforce.p4java.core that return IStreamSummary.Type | |
|---|---|
static IStreamSummary.Type |
IStreamSummary.Type.fromString(String str)
Return a suitable Stream type as inferred from the passed-in string, which is assumed to be the string form of a Stream type. |
IStreamSummary.Type |
IStreamIntegrationStatus.getType()
Get the stream's type. |
IStreamSummary.Type |
IStreamSummary.getType()
Get the stream type |
static IStreamSummary.Type |
IStreamSummary.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IStreamSummary.Type[] |
IStreamSummary.Type.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 IStreamSummary.Type | |
|---|---|
void |
IStreamSummary.setType(IStreamSummary.Type type)
Set the stream type. |
| Uses of IStreamSummary.Type in com.perforce.p4java.impl.generic.core |
|---|
| Fields in com.perforce.p4java.impl.generic.core declared as IStreamSummary.Type | |
|---|---|
protected IStreamSummary.Type |
StreamIntegrationStatus.parentType
|
protected IStreamSummary.Type |
StreamIntegrationStatus.type
|
protected IStreamSummary.Type |
StreamSummary.type
|
| Methods in com.perforce.p4java.impl.generic.core that return IStreamSummary.Type | |
|---|---|
IStreamSummary.Type |
StreamIntegrationStatus.getType()
|
IStreamSummary.Type |
StreamSummary.getType()
|
| Methods in com.perforce.p4java.impl.generic.core with parameters of type IStreamSummary.Type | |
|---|---|
void |
StreamSummary.setType(IStreamSummary.Type type)
|
| Constructors in com.perforce.p4java.impl.generic.core with parameters of type IStreamSummary.Type | |
|---|---|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView)
Construct a new Stream from explicit field values. |
|
Stream(String stream,
IStreamSummary.Type type,
String parent,
Date accessed,
Date updated,
String name,
String description,
String ownerName,
IStreamSummary.IOptions options,
ViewMap<IStreamViewMapping> streamView,
ViewMap<IStreamRemappedMapping> remappedView,
ViewMap<IStreamIgnoredMapping> ignoredView,
ViewMap<IClientViewMapping> clientView)
Construct a new Stream from explicit field values. |
|
StreamIntegrationStatus(String stream,
String parent,
IStreamSummary.Type type,
IStreamSummary.Type parentType,
boolean firmerThanParent,
boolean changeFlowsToParent,
boolean changeFlowsFromParent,
boolean integToParent,
String integToParentHow,
String toResult,
boolean integFromParent,
String integFromParentHow,
String fromResult,
List<IStreamIntegrationStatus.ICachedState> cachedStates)
Explicit-value all-fields constructor. |
|
StreamSummary(boolean summaryOnly,
String stream,
Date accessed,
Date updated,
String name,
String ownerName,
String description,
String parent,
IStreamSummary.Type type,
StreamSummary.Options options)
Explicit-value constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||