Package org.cristalise.restapi
Class ItemCollection
java.lang.Object
org.cristalise.restapi.RestHandler
org.cristalise.restapi.ItemUtils
org.cristalise.restapi.ItemCollection
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cristalise.restapi.RestHandler
RestHandler.AuthData -
Field Summary
Fields inherited from class org.cristalise.restapi.ItemUtils
PREDEFINED_PATHFields inherited from class org.cristalise.restapi.RestHandler
COOKIENAME, PASSWORD, USERNAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsegetCollections(String uuid, javax.ws.rs.core.Cookie authCookie, javax.ws.rs.core.UriInfo uri) javax.ws.rs.core.ResponsegetCollectionUpdateFormTemplate(String uuid, String collName, javax.ws.rs.core.Cookie authCookie, javax.ws.rs.core.UriInfo uri) javax.ws.rs.core.ResponsegetCollectionVersion(String uuid, String collName, String collVersion, javax.ws.rs.core.Cookie authCookie, javax.ws.rs.core.UriInfo uri) javax.ws.rs.core.ResponsegetCollectionVersions(String uuid, String collName, javax.ws.rs.core.Cookie authCookie, javax.ws.rs.core.UriInfo uri) javax.ws.rs.core.ResponsegetLastCollection(String uuid, String collName, javax.ws.rs.core.Cookie authCookie, javax.ws.rs.core.UriInfo uri) Methods inherited from class org.cristalise.restapi.ItemUtils
enumerate, enumerate, executeJob, executeJob, executePredefinedStep, getAgentProxy, getAgentProxy, getAllViewpoints, getItemName, getItemNames, getItemURI, getItemURI, getItemURI, getItemURI, getJobActivityData, getJobItemData, getJobOutcomeData, getJobTransitionData, getOutcome, getOutcomeResponse, getOutcomeResponse, getOutcomeResponse, getPropertySummary, getProxy, getViewpointOutcome, makeCollectionData, makeEventData, makeJobData, produceJSONMethods inherited from class org.cristalise.restapi.RestHandler
checkAndCreateNewCookie, checkAndCreateNewCookie, checkAuthCookie, createNewCookie, createNewCookie, decryptAuthData, encryptAuthData, getAgent, getAgent, getAgentPath, getPagedResult, getPropertiesFromQParams, makeItemDomainPathsData, toJSON
-
Constructor Details
-
ItemCollection
public ItemCollection()
-
-
Method Details
-
getCollections
@GET @Produces("application/json") public javax.ws.rs.core.Response getCollections(@PathParam("uuid") String uuid, @CookieParam("cauth") javax.ws.rs.core.Cookie authCookie, @Context javax.ws.rs.core.UriInfo uri) -
getLastCollection
-
getCollectionVersions
-
getCollectionVersion
-
getCollectionUpdateFormTemplate
-