|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Stub
org.alfresco.webservice.repository.RepositoryServiceSoapBindingStub
public class RepositoryServiceSoapBindingStub
Field Summary |
---|
Fields inherited from class org.apache.axis.client.Stub |
---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Constructor Summary | |
---|---|
RepositoryServiceSoapBindingStub()
|
|
RepositoryServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
RepositoryServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
|
Method Summary | |
---|---|
protected org.apache.axis.client.Call |
createCall()
|
Store |
createStore(java.lang.String scheme,
java.lang.String address)
Creates a new repository store. |
NodeDefinition[] |
describe(Predicate items)
Describes a content resource. |
QueryResult |
fetchMore(java.lang.String querySession)
Fetches the next batch of query results. |
Node[] |
get(Predicate where)
Gets a resource from the respository. |
Store[] |
getStores()
Retrieves a list of stores where content resources are held. |
QueryResult |
query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store |
QueryResult |
queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified resource. |
QueryResult |
queryChildren(Reference node)
Executes a query to retrieve the children of the specified resource. |
QueryResult |
queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource. |
UpdateResult[] |
update(CML statements)
Executes a CML script to manipulate the contents of a Repository store. |
Methods inherited from class org.apache.axis.client.Stub |
---|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryServiceSoapBindingStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public RepositoryServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public RepositoryServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Method Detail |
---|
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public Store createStore(java.lang.String scheme, java.lang.String address) throws java.rmi.RemoteException, RepositoryFault
RepositoryServiceSoapPort
createStore
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public Store[] getStores() throws java.rmi.RemoteException, RepositoryFault
getStores
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public QueryResult query(Store store, Query query, boolean includeMetaData) throws java.rmi.RemoteException, RepositoryFault
query
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public QueryResult queryChildren(Reference node) throws java.rmi.RemoteException, RepositoryFault
queryChildren
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public QueryResult queryParents(Reference node) throws java.rmi.RemoteException, RepositoryFault
queryParents
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public QueryResult queryAssociated(Reference node, Association association) throws java.rmi.RemoteException, RepositoryFault
queryAssociated
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public QueryResult fetchMore(java.lang.String querySession) throws java.rmi.RemoteException, RepositoryFault
fetchMore
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public UpdateResult[] update(CML statements) throws java.rmi.RemoteException, RepositoryFault
update
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public NodeDefinition[] describe(Predicate items) throws java.rmi.RemoteException, RepositoryFault
describe
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
public Node[] get(Predicate where) throws java.rmi.RemoteException, RepositoryFault
get
in interface RepositoryServiceSoapPort
java.rmi.RemoteException
RepositoryFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |