Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.cmi |
Modifier and Type | Method and Description |
---|---|
ContentInterface |
ContentManagerInterface.createNewContent(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String cmsFolder,
java.lang.String contentName,
java.lang.String contentTitle,
java.lang.String contentVersion)
Create new Content
|
ContentInterface |
ContentManagerInterface.getContent(java.lang.String endpointId,
java.lang.String repositoryId,
java.lang.String contentId)
Gets a binary content from the CMS
|
ContentInterface |
ContentManagerInterface.getContentExists(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String fileName) |
ContentInterface |
ContentManagerInterface.getContentExists(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String fileName,
java.lang.String folder,
boolean recursive)
Does content exist by filename
|
ContentInterface |
ContentManagerInterface.getContentInfo(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String contentId)
Get Content details with metadata
|
ContentInterface |
ContentManagerInterface.saveContent(ContentInterface contentInfo,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContentInterface> |
ContentManagerInterface.query(java.lang.String cpContentTypeId,
java.lang.Object userQuery,
int skipRows,
int maxRows) |
Modifier and Type | Method and Description |
---|---|
ContentInterface |
ContentManagerInterface.saveContent(ContentInterface contentInfo,
byte[] content) |
boolean |
ContentManagerInterface.setContentInfo(ContentInterface content)
Update content metadata
Update of content metadata is permitted only through previously cached object.
|