public class StreamIntegrationStatus extends java.lang.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 java.util.List<IStreamIntegrationStatus.ICachedState> |
cachedStates |
protected boolean |
changeFlowsFromParent |
protected boolean |
changeFlowsToParent |
protected boolean |
firmerThanParent |
protected java.lang.String |
fromResult |
protected boolean |
integFromParent |
protected java.lang.String |
integFromParentHow |
protected boolean |
integToParent |
protected java.lang.String |
integToParentHow |
protected java.lang.String |
parent |
protected IStreamSummary.Type |
parentType |
protected java.lang.String |
stream |
protected java.lang.String |
toResult |
protected IStreamSummary.Type |
type |
| Constructor and Description |
|---|
StreamIntegrationStatus(java.util.Map<java.lang.String,java.lang.Object> map)
Constructor for use with maps passed back from the Perforce server only.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IStreamIntegrationStatus.ICachedState> |
getCachedStates()
Get the cached states
|
java.lang.String |
getFromResult()
Get the from result.
|
java.lang.String |
getIntegFromParentHow()
Get how the integration from parent was performed.
|
java.lang.String |
getIntegToParentHow()
Get how the integration to parent was performed.
|
java.lang.String |
getParent()
Get the stream's parent.
|
java.lang.String |
getStream()
Get the stream's path in a stream depot.
|
java.lang.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 java.lang.String stream
protected java.lang.String parent
protected IStreamSummary.Type type
protected IStreamSummary.Type parentType
protected boolean firmerThanParent
protected boolean changeFlowsToParent
protected boolean changeFlowsFromParent
protected boolean integToParent
protected java.lang.String integToParentHow
protected java.lang.String toResult
protected boolean integFromParent
protected java.lang.String integFromParentHow
protected java.lang.String fromResult
protected java.util.List<IStreamIntegrationStatus.ICachedState> cachedStates
public 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)
stream - streamparent - parenttype - typeparentType - parentTypefirmerThanParent - firmerThanParentchangeFlowsToParent - changeFlowsToParentchangeFlowsFromParent - changeFlowsFromParentintegToParent - integToParentintegToParentHow - integToParentHowtoResult - toResultintegFromParent - integFromParentintegFromParentHow - integFromParentHowfromResult - fromResultcachedStates - cachedStatespublic StreamIntegrationStatus(java.util.Map<java.lang.String,java.lang.Object> map)
map - spec mappublic java.lang.String getStream()
IStreamIntegrationStatusgetStream in interface IStreamIntegrationStatusIStreamIntegrationStatus.getStream()public java.lang.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 java.lang.String getIntegToParentHow()
IStreamIntegrationStatusgetIntegToParentHow in interface IStreamIntegrationStatusIStreamIntegrationStatus.getIntegToParentHow()public java.lang.String getToResult()
IStreamIntegrationStatusgetToResult in interface IStreamIntegrationStatusIStreamIntegrationStatus.getToResult()public boolean isIntegFromParent()
IStreamIntegrationStatusisIntegFromParent in interface IStreamIntegrationStatusIStreamIntegrationStatus.isIntegFromParent()public java.lang.String getIntegFromParentHow()
IStreamIntegrationStatusgetIntegFromParentHow in interface IStreamIntegrationStatusIStreamIntegrationStatus.getIntegFromParentHow()public java.lang.String getFromResult()
IStreamIntegrationStatusgetFromResult in interface IStreamIntegrationStatusIStreamIntegrationStatus.getFromResult()public java.util.List<IStreamIntegrationStatus.ICachedState> getCachedStates()
IStreamIntegrationStatusgetCachedStates in interface IStreamIntegrationStatusIStreamIntegrationStatus.getCachedStates()