Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.metadata.dic |
Modifier and Type | Method and Description |
---|---|
DocsMetaInfo |
MethodHandler.moveDocument(String serviceName,
String oldURL,
String newURL,
List<String> urlList,
EnumSet<RenameOption> renameOptionSet,
EnumSet<PutOption> putOptionSet,
boolean docopy,
boolean validateWelcomeNames)
Rename the selected document to the new name
|
DocMetaInfo |
MethodHandler.putDocument(String serviceName,
Document document,
EnumSet<PutOption> putOptionSet,
String comment,
boolean keepCheckedOut,
boolean validateWelcomeNames)
Writes a file to a directory in an existing Web site
|
Modifier and Type | Method and Description |
---|---|
DocsMetaInfo |
AbstractAlfrescoMethodHandler.moveDocument(String serviceName,
String oldURL,
String newURL,
List<String> urlList,
EnumSet<RenameOption> renameOptionSet,
EnumSet<PutOption> putOptionSet,
boolean docopy,
boolean validateWelcomeNames) |
DocMetaInfo |
AbstractAlfrescoMethodHandler.putDocument(String serviceName,
Document document,
EnumSet<PutOption> putOptionSet,
String comment,
boolean keepCheckedOut,
boolean validateWelcomeNames) |
Modifier and Type | Method and Description |
---|---|
static PutOption |
PutOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PutOption[] |
PutOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<PutOption> |
PutOption.getOptions(String stringValues) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.