Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.history |
Modifier and Type | Class and Description |
---|---|
class |
OwDocumentImportItemContentCollection
Standard
implementation that is wrapped around
an .Can and should be used to create an for new
object creation, save or checkin from an . |
Modifier and Type | Class and Description |
---|---|
class |
OwFileObject
Implements OwObject for files on the files system.
|
class |
OwStandardContentCollection
Standard Implementation of the OwContentCollection interface for just one content type and page.
|
Modifier and Type | Method and Description |
---|---|
OwContentCollection |
OwFileObject.getContentCollection()
get the content of the object
|
OwContentCollection |
OwObjectSkeleton.getContentCollection()
get the content of the object
|
OwContentCollection |
OwObject.getContentCollection()
get the content of the object
|
OwContentCollection |
OwStandardDecoratorObject.getContentCollection() |
OwContentCollection |
OwStandardVirtualFolderObjectFactory.getContentCollection()
get the content of the object
|
Modifier and Type | Method and Description |
---|---|
void |
OwVersion.checkin(boolean fPromote_p,
Object mode_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
boolean fOverwriteContent_p,
String strMimeType_p,
String strMimeParameter_p)
checkin
|
void |
OwBatch.checkin(OwObject batchobject_p,
boolean fPromote_p,
Object mode_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
boolean fOverwriteContent_p,
String strMimeType_p,
String strMimeParameter_p)
checkin
|
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters
has additional promote and checkin mode parameters for versionable objects
|
String |
OwBatch.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters
has additional promote and checkin mode parameters for versionable objects
|
String |
OwNetwork.createNewObject(boolean fPromote_p,
Object mode_p,
OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p,
boolean fKeepCheckedOut_p)
Creates a new object on the ECM System using the given parameters.
Has additional promote and checkin mode parameters for versionable objects and the extra parameter fKeepCheckedOut_p to control whether the new objects are checked in automatically or not. |
String |
OwNetwork.createNewObject(OwResource resource_p,
String strObjectClassName_p,
OwPropertyCollection properties_p,
OwPermissionCollection permissions_p,
OwContentCollection content_p,
OwObject parent_p,
String strMimeType_p,
String strMimeParameter_p)
creates a new object on the ECM System using the given parameters
|
void |
OwVersion.save(OwContentCollection content_p,
String strMimeType_p,
String strMimeParameter_p)
set the content to the checked out object
|
void |
OwBatch.save(OwObject batchobject_p,
OwContentCollection content_p,
String strMimeType_p,
String strMimeParameter_p)
set the content to the checked out object
|
void |
OwFileObject.setContentCollection(OwContentCollection content_p)
set the content to the object
|
void |
OwObjectSkeleton.setContentCollection(OwContentCollection content_p)
set the content to the object
|
void |
OwObject.setContentCollection(OwContentCollection content_p)
set the content to the object
|
void |
OwStandardDecoratorObject.setContentCollection(OwContentCollection content_p) |
void |
OwStandardVirtualFolderObjectFactory.setContentCollection(OwContentCollection content_p)
set the content to the object
|
Modifier and Type | Method and Description |
---|---|
OwContentCollection |
OwStandardHistoryEntry.getContentCollection() |
Modifier and Type | Method and Description |
---|---|
void |
OwStandardHistoryEntry.setContentCollection(OwContentCollection content_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.