Uses of Class
com.perforce.p4java.core.ChangelistStatus

Packages that use ChangelistStatus
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 ChangelistStatus in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return ChangelistStatus
static ChangelistStatus ChangelistStatus.fromString(String str)
          A user-friendly fail-safe way to convert from strings to file actions without generating exceptions, etc.
 ChangelistStatus IChangelistSummary.getStatus()
          Get the status of this changelist, if known.
static ChangelistStatus ChangelistStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChangelistStatus[] ChangelistStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.perforce.p4java.core with parameters of type ChangelistStatus
 void IChangelistSummary.setStatus(ChangelistStatus status)
          Set the changelist status.
 

Uses of ChangelistStatus in com.perforce.p4java.impl.generic.core
 

Fields in com.perforce.p4java.impl.generic.core declared as ChangelistStatus
protected  ChangelistStatus ChangelistSummary.status
           
 

Methods in com.perforce.p4java.impl.generic.core that return ChangelistStatus
 ChangelistStatus ChangelistSummary.getStatus()
           
 ChangelistStatus Changelist.getStatus()
           
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type ChangelistStatus
 void ChangelistSummary.setStatus(ChangelistStatus status)
           
 void Changelist.setStatus(ChangelistStatus status)
           
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type ChangelistStatus
Changelist(int id, String clientId, String username, ChangelistStatus status, Date date, String description, boolean shelved, Server serverImpl)
          Construct a changelist implementation given an explicit set of initial field values.
Changelist(int id, String clientId, String username, ChangelistStatus status, Date date, String description, boolean shelved, Server serverImpl, IChangelistSummary.Visibility visibility)
          Construct a changelist implementation given an explicit set of initial field values.
ChangelistSummary(int id, String clientId, String username, ChangelistStatus status, Date date, String description, boolean shelved)
          Explicit-value constructor; calls the default ServerResource constructor.
 



Copyright © 2016 Perforce Software. All Rights Reserved.