|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.sample.webservice.SamplesBase
org.alfresco.sample.webservice.CheckOutCheckIn
public class CheckOutCheckIn
Web service sample 5
This sample shows how to check documents out, check them back in and then view the version history.
Field Summary |
---|
Fields inherited from class org.alfresco.sample.webservice.SamplesBase |
---|
PASSWORD, SAMPLE_FOLDER, STORE, USERNAME |
Constructor Summary | |
---|---|
CheckOutCheckIn()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main function |
static void |
makeVersionable(org.alfresco.webservice.repository.RepositoryServiceSoapBindingStub respositoryService,
org.alfresco.webservice.types.Reference reference)
Helper method to make apply the versionable aspect to a given reference See sample 4 for more CML examples |
Methods inherited from class org.alfresco.sample.webservice.SamplesBase |
---|
createSampleData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckOutCheckIn()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void makeVersionable(org.alfresco.webservice.repository.RepositoryServiceSoapBindingStub respositoryService, org.alfresco.webservice.types.Reference reference) throws java.lang.Exception
See sample 4 for more CML examples
respositoryService
- the respository servicereference
- the reference
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |