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 |
---|---|
java.util.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 java.util.List<IStreamIntegrationStatus.ICachedState> |
StreamIntegrationStatus.cachedStates |
Modifier and Type | Method and Description |
---|---|
java.util.List<IStreamIntegrationStatus.ICachedState> |
StreamIntegrationStatus.getCachedStates() |
Constructor and Description |
---|
StreamIntegrationStatus(java.lang.String stream,
java.lang.String parent,
IStreamSummary.Type type,
IStreamSummary.Type parentType,
boolean firmerThanParent,
boolean changeFlowsToParent,
boolean changeFlowsFromParent,
boolean integToParent,
java.lang.String integToParentHow,
java.lang.String toResult,
boolean integFromParent,
java.lang.String integFromParentHow,
java.lang.String fromResult,
java.util.List<IStreamIntegrationStatus.ICachedState> cachedStates)
Explicit-value all-fields constructor.
|
Copyright © 2022 Perforce Software. All Rights Reserved.