|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.generic.core.StreamIntegrationStatus
public class StreamIntegrationStatus
Default implementation class for the IStreamIntegrationStatus interface.
Nested Class Summary | |
---|---|
static class |
StreamIntegrationStatus.CachedState
Simple default generic ICachedState implementation class. |
Nested classes/interfaces inherited from interface com.perforce.p4java.core.IStreamIntegrationStatus |
---|
IStreamIntegrationStatus.ICachedState |
Field Summary | |
---|---|
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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
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 StreamIntegrationStatus(Map<String,Object> map)
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |