AR System Java API

com.bmc.arsys.api
Class ImageCriteria

java.lang.Object
  extended by com.bmc.arsys.api.CriteriaFlags
      extended by com.bmc.arsys.api.ObjectBaseCriteria
          extended by com.bmc.arsys.api.ImageCriteria
All Implemented Interfaces:
Serializable, Cloneable

public class ImageCriteria
extends ObjectBaseCriteria
implements Serializable

The ImageCriteria class is used to specify the list of Image information to retrieve from the AR System server.

See Also:
Serialized Form

Field Summary
static int DEFAULT_CRITERIA
          The default criteria -- allows for setting all other criteria flags.
static int DESCRIPTION
          Returns information about the image description.
static int IMAGECHECKSUM
          Returns the image checksum.
static int IMAGECONTENT
          Returns the image content.
static int IMAGETYPE
          Returns the image type.
 
Fields inherited from class com.bmc.arsys.api.ObjectBaseCriteria
CHANGE_DIARY, HELP_TEXT, LAST_CHANGED, NAME, OWNER, PERMISSIONS, PROPERTY_LIST, TIMESTAMP
 
Constructor Summary
ImageCriteria()
           
 
Method Summary
 
Methods inherited from class com.bmc.arsys.api.ObjectBaseCriteria
equals, hashCode, toString
 
Methods inherited from class com.bmc.arsys.api.CriteriaFlags
clone, getParameters, getPropertiesToRetrieve, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IMAGETYPE

public static final int IMAGETYPE
Returns the image type.


IMAGECONTENT

public static final int IMAGECONTENT
Returns the image content.


IMAGECHECKSUM

public static final int IMAGECHECKSUM
Returns the image checksum.


DESCRIPTION

public static final int DESCRIPTION
Returns information about the image description.


DEFAULT_CRITERIA

public static final int DEFAULT_CRITERIA
The default criteria -- allows for setting all other criteria flags.

Constructor Detail

ImageCriteria

public ImageCriteria()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.