|
eXo JCR :: Component :: Webdav Service 1.16.7-RC01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.command.PutCommand
public class PutCommand
Created by The eXo Platform SAS Author : Vitaly Guly.
| Constructor Summary | |
|---|---|
PutCommand(NullResourceLocksHolder nullResourceLocks,
javax.ws.rs.core.UriBuilder uriBuilder,
MimeTypeRecognizer mimeTypeRecognizer)
Constructor. |
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
put(javax.jcr.Session session,
String path,
InputStream inputStream,
String fileNodeType,
String contentNodeType,
List<String> mixins,
List<String> tokens,
javax.ws.rs.core.MultivaluedMap<String,String> allowedAutoVersionPath)
Webdav Put method implementation. |
javax.ws.rs.core.Response |
put(javax.jcr.Session session,
String path,
InputStream inputStream,
String fileNodeType,
String contentNodeType,
List<String> mixins,
String updatePolicyType,
String autoVersion,
List<String> tokens)
Webdav Put method implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutCommand(NullResourceLocksHolder nullResourceLocks,
javax.ws.rs.core.UriBuilder uriBuilder,
MimeTypeRecognizer mimeTypeRecognizer)
nullResourceLocks - resource locks.uriBuilder - - provides data used in 'location' headermimeTypeRecognizer - - provides mime-type recognizer| Method Detail |
|---|
public javax.ws.rs.core.Response put(javax.jcr.Session session,
String path,
InputStream inputStream,
String fileNodeType,
String contentNodeType,
List<String> mixins,
String updatePolicyType,
String autoVersion,
List<String> tokens)
session - current sessionpath - resource pathinputStream - stream that contains resource contentfileNodeType - the node type of file nodecontentNodeType - the node type of contentmixins - the list of mixinsupdatePolicyType - update policytokens - tokens
public javax.ws.rs.core.Response put(javax.jcr.Session session,
String path,
InputStream inputStream,
String fileNodeType,
String contentNodeType,
List<String> mixins,
List<String> tokens,
javax.ws.rs.core.MultivaluedMap<String,String> allowedAutoVersionPath)
session - current sessionpath - resource pathinputStream - stream that contains resource contentfileNodeType - the node type of file nodecontentNodeType - the node type of contentmixins - the list of mixinstokens - tokensallowedAutoVersionPath -
|
eXo JCR :: Component :: Webdav Service 1.16.7-RC01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||