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()
IStreamIntegrationStatus
getStream
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getStream()
public String getParent()
IStreamIntegrationStatus
getParent
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getParent()
public IStreamSummary.Type getType()
IStreamIntegrationStatus
getType
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getType()
public boolean isFirmerThanParent()
IStreamIntegrationStatus
isFirmerThanParent
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.isFirmerThanParent()
public boolean isChangeFlowsToParent()
IStreamIntegrationStatus
isChangeFlowsToParent
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.isChangeFlowsToParent()
public boolean isChangeFlowsFromParent()
IStreamIntegrationStatus
isChangeFlowsFromParent
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.isChangeFlowsFromParent()
public boolean isIntegToParent()
IStreamIntegrationStatus
isIntegToParent
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.isIntegToParent()
public String getIntegToParentHow()
IStreamIntegrationStatus
getIntegToParentHow
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getIntegToParentHow()
public String getToResult()
IStreamIntegrationStatus
getToResult
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getToResult()
public boolean isIntegFromParent()
IStreamIntegrationStatus
isIntegFromParent
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.isIntegFromParent()
public String getIntegFromParentHow()
IStreamIntegrationStatus
getIntegFromParentHow
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getIntegFromParentHow()
public String getFromResult()
IStreamIntegrationStatus
getFromResult
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getFromResult()
public List<IStreamIntegrationStatus.ICachedState> getCachedStates()
IStreamIntegrationStatus
getCachedStates
in interface IStreamIntegrationStatus
IStreamIntegrationStatus.getCachedStates()
Copyright © 2017 Perforce Software. All Rights Reserved.