org.infoglue.cms.webservices
Class RemoteContentServiceImpl
java.lang.Object
|
+--org.infoglue.cms.webservices.RemoteContentServiceImpl
- public class RemoteContentServiceImpl
- extends java.lang.Object
This class is responsible for letting an external application call InfoGlue
API:s remotely. It handles api:s to manage contents and associated entities.
- Author:
- Mattias Bogeblad
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteContentServiceImpl
public RemoteContentServiceImpl()
createContent
public int createContent(ContentVO contentVO,
int parentContentId,
int contentTypeDefinitionId,
int repositoryId)
- Inserts a new Content including versions etc.
createContentVersion
public int createContentVersion(ContentVersionVO contentVersionVO,
int contentId,
int languageId)
- Inserts a new ContentVersion.