public class StreamIntegrationStatus extends Object implements IStreamIntegrationStatus
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamIntegrationStatus.CachedState
Simple default generic ICachedState implementation class.
|
IStreamIntegrationStatus.ICachedState| Modifier and Type | Field and Description |
|---|---|
protected List<IStreamIntegrationStatus.ICachedState> |
cachedStates |
protected boolean |
changeFlowsFromParent |
protected boolean |
changeFlowsToParent |
protected boolean |
firmerThanParent |
protected String |
fromResult |
protected boolean |
integFromParent |
protected String |
integFromParentHow |
protected boolean |
integToParent |
protected String |
integToParentHow |
protected String |
parent |
protected IStreamSummary.Type |
parentType |
protected String |
stream |
protected String |
toResult |
protected IStreamSummary.Type |
type |
| Constructor and Description |
|---|
StreamIntegrationStatus(Map<String,Object> map)
Constructor for use with maps passed back from the Perforce server only.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<IStreamIntegrationStatus.ICachedState> |
getCachedStates()
Get the cached states
|
String |
getFromResult()
Get the from result.
|
String |
getIntegFromParentHow()
Get how the integration from parent was performed.
|
String |
getIntegToParentHow()
Get how the integration to parent was performed.
|
String |
getParent()
Get the stream's parent.
|
String |
getStream()
Get the stream's path in a stream depot.
|
String |
getToResult()
Get the to result.
|
IStreamSummary.Type |
getType()
Get the stream's type.
|
boolean |
isChangeFlowsFromParent()
Is change flows from parent.
|
boolean |
isChangeFlowsToParent()
Is change flows to parent.
|
boolean |
isFirmerThanParent()
Is firmer than parent.
|
boolean |
isIntegFromParent()
Is integration from parent.
|
boolean |
isIntegToParent()
Is integration to parent.
|
protected String stream
protected String parent
protected IStreamSummary.Type type
protected IStreamSummary.Type parentType
protected boolean firmerThanParent
protected boolean changeFlowsToParent
protected boolean changeFlowsFromParent
protected boolean integToParent
protected String integToParentHow
protected String toResult
protected boolean integFromParent
protected String integFromParentHow
protected String fromResult
protected List<IStreamIntegrationStatus.ICachedState> cachedStates
public 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)
public String getStream()
IStreamIntegrationStatusgetStream in interface IStreamIntegrationStatusIStreamIntegrationStatus.getStream()public String getParent()
IStreamIntegrationStatusgetParent in interface IStreamIntegrationStatusIStreamIntegrationStatus.getParent()public IStreamSummary.Type getType()
IStreamIntegrationStatusgetType in interface IStreamIntegrationStatusIStreamIntegrationStatus.getType()public boolean isFirmerThanParent()
IStreamIntegrationStatusisFirmerThanParent in interface IStreamIntegrationStatusIStreamIntegrationStatus.isFirmerThanParent()public boolean isChangeFlowsToParent()
IStreamIntegrationStatusisChangeFlowsToParent in interface IStreamIntegrationStatusIStreamIntegrationStatus.isChangeFlowsToParent()public boolean isChangeFlowsFromParent()
IStreamIntegrationStatusisChangeFlowsFromParent in interface IStreamIntegrationStatusIStreamIntegrationStatus.isChangeFlowsFromParent()public boolean isIntegToParent()
IStreamIntegrationStatusisIntegToParent in interface IStreamIntegrationStatusIStreamIntegrationStatus.isIntegToParent()public String getIntegToParentHow()
IStreamIntegrationStatusgetIntegToParentHow in interface IStreamIntegrationStatusIStreamIntegrationStatus.getIntegToParentHow()public String getToResult()
IStreamIntegrationStatusgetToResult in interface IStreamIntegrationStatusIStreamIntegrationStatus.getToResult()public boolean isIntegFromParent()
IStreamIntegrationStatusisIntegFromParent in interface IStreamIntegrationStatusIStreamIntegrationStatus.isIntegFromParent()public String getIntegFromParentHow()
IStreamIntegrationStatusgetIntegFromParentHow in interface IStreamIntegrationStatusIStreamIntegrationStatus.getIntegFromParentHow()public String getFromResult()
IStreamIntegrationStatusgetFromResult in interface IStreamIntegrationStatusIStreamIntegrationStatus.getFromResult()public List<IStreamIntegrationStatus.ICachedState> getCachedStates()
IStreamIntegrationStatusgetCachedStates in interface IStreamIntegrationStatusIStreamIntegrationStatus.getCachedStates()Copyright © 2017 Perforce Software. All Rights Reserved.