public interface DSLContentModelAction<Protocol>
| Modifier and Type | Method and Description |
|---|---|
Protocol |
copyTo(ContentModel destination)
Copy last resource content to destination.
|
Protocol |
delete() |
Protocol |
moveTo(ContentModel destination)
Move last resource content to destination.
|
Protocol |
rename(String newName) |
Protocol |
update(String content) |
Protocol copyTo(ContentModel destination) throws Exception
ExceptionProtocol moveTo(ContentModel destination) throws Exception
ExceptionCopyright © 2005–2019 Alfresco Software. All rights reserved.