public class GcInstance extends GcLinksResource
| Modifier and Type | Field and Description |
|---|---|
static String |
MIME_TYPE |
static String |
PAUSE_ACTION |
static String |
RESUME_ACTION |
static String |
START_ACTION |
static String |
STEP_ACTION |
static String |
STOP_ACTION |
static String |
TYPE_NAME |
DEFAULT_LINKS_FILTER| Modifier | Constructor and Description |
|---|---|
protected |
GcInstance(GpelClient client,
String title,
GcLinkFilter filter) |
|
GcInstance(org.xmlpull.infoset.XmlElement atomRes) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getInstanceId() |
GcPriority |
getPriority() |
GcState |
pause() |
GcState |
resume() |
GcState |
retrieveCurrentState() |
void |
setPriority(GcPriority status) |
GcState |
start() |
GcState |
step() |
void |
store() |
getClient, getFilter, getLinks, getLinkWithId, getLinkWithRel, getLinkWithTitleAndRel, loadResourcesFromLinks, loadXmlResourceLink, replaceLinkWithRel, saveLinkedResources, setClient, setFilter, setLinks, setLinksgetXmlContent, setMimeType, setXmlContentgetContentEl, getId, getLocation, getMimeType, getRel, getTitle, getTitle, setLocation, setRel, setTitle, xmlSet, xmlTypeName, xmlTypeNscheckNamespaceAndName, xml, xmlCuteElName, xmlGetAttributeNcNameValue, xmlGetAttributeQNameValue, xmlRequireAttributeNcNameValue, xmlRequireAttributeQNameValue, xmlSetAttributeNcNameValue, xmlSetAttributeQNameValue, xmlSetRequiredAttributeNcNameValue, xmlSetRequiredAttributeQNameValue, xmlValidate, xmlViewAsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getLocation, getMimeType, getRel, getTitle, setLocation, setRel, setTitlepublic static final String MIME_TYPE
public static final String TYPE_NAME
public static final String START_ACTION
public static final String STEP_ACTION
public static final String PAUSE_ACTION
public static final String RESUME_ACTION
public static final String STOP_ACTION
protected GcInstance(GpelClient client, String title, GcLinkFilter filter) throws GcException
GcExceptionpublic GcInstance(org.xmlpull.infoset.XmlElement atomRes)
public void store()
public URI getInstanceId() throws GcException
GcExceptionpublic GcPriority getPriority()
public void setPriority(GcPriority status)
public GcState retrieveCurrentState()
public GcState start()
public GcState step()
public GcState pause()
public GcState resume()
Copyright © 2013. All Rights Reserved.