Uses of Interface
com.perforce.p4java.core.IStreamIntegrationStatus.ICachedState

Packages that use IStreamIntegrationStatus.ICachedState
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. 
 

Uses of IStreamIntegrationStatus.ICachedState in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return types with arguments of type IStreamIntegrationStatus.ICachedState
 List<IStreamIntegrationStatus.ICachedState> IStreamIntegrationStatus.getCachedStates()
          Get the cached states
 

Uses of IStreamIntegrationStatus.ICachedState in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IStreamIntegrationStatus.ICachedState
static class StreamIntegrationStatus.CachedState
          Simple default generic ICachedState implementation class.
 

Fields in com.perforce.p4java.impl.generic.core with type parameters of type IStreamIntegrationStatus.ICachedState
protected  List<IStreamIntegrationStatus.ICachedState> StreamIntegrationStatus.cachedStates
           
 

Methods in com.perforce.p4java.impl.generic.core that return types with arguments of type IStreamIntegrationStatus.ICachedState
 List<IStreamIntegrationStatus.ICachedState> StreamIntegrationStatus.getCachedStates()
           
 

Constructor parameters in com.perforce.p4java.impl.generic.core with type arguments of type IStreamIntegrationStatus.ICachedState
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.
 



Copyright © 2015 Perforce Software. All Rights Reserved.