Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<IStreamIntegrationStatus.ICachedState> |
IStreamIntegrationStatus.getCachedStates()
Get the cached states
|
Modifier and Type | Class and Description |
---|---|
static class |
StreamIntegrationStatus.CachedState
Simple default generic ICachedState implementation class.
|
Modifier and Type | Field and Description |
---|---|
protected List<IStreamIntegrationStatus.ICachedState> |
StreamIntegrationStatus.cachedStates |
Modifier and Type | Method and Description |
---|---|
List<IStreamIntegrationStatus.ICachedState> |
StreamIntegrationStatus.getCachedStates() |
Constructor and Description |
---|
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.
|
Copyright © 2017 Perforce Software. All Rights Reserved.