Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.ecm.bpm | |
com.wewebu.ow.server.history | |
com.wewebu.ow.server.historyimpl.simplehistory |
Modifier and Type | Method and Description |
---|---|
static OwObjectCollection |
OwEcmUtil.doSimpleSearch(String strClassName_p,
String strResourceName_p,
String rootpath_p,
OwEcmUtil.OwSimpleSearchClause[] clauses_p,
OwRepository repository_p,
OwSort sort_p,
Collection propertynames_p,
int iMaxSize_p,
int iVersionSelection_p)
perform a simple search from a array of property values
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwNetwork<O extends OwObject>
Base interface for the network access.
|
Modifier and Type | Field and Description |
---|---|
protected OwRepository |
OwStandardObjectReference.m_repository |
protected OwRepository |
OwStandardVirtualFolderObjectFactory.m_repository
reference to the repository
|
Modifier and Type | Method and Description |
---|---|
OwRepository |
OwStandardVirtualFolderObjectFactory.getRepository()
get repository
|
Modifier and Type | Method and Description |
---|---|
void |
OwVirtualFolderObjectFactory.init(OwNetworkContext context_p,
OwRepository repository_p,
String strBaseDMSID_p,
String virtualFolderName_p,
Node rootNode_p)
init a virtual folder object
|
void |
OwStandardVirtualFolderObjectFactory.init(OwNetworkContext context_p,
OwRepository repository_p,
String strBaseDMSID_p,
String virtualFolderName_p,
Node rootNode_p) |
Constructor and Description |
---|
OwStandardObjectReference(String ref_p,
OwRepository repository_p)
Serialized constructor
|
OwStandardObjectReference(String dmsid_p,
String ref_p,
OwRepository repository_p)
serialized constructor
|
OwStandardObjectReference(String dmsid_p,
String name_p,
String mimetype_p,
int itype_p,
String resourceid_p,
OwRepository repository_p,
boolean fHasContent_p)
constructor
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwWorkitemRepository<W extends OwWorkitem>
Base interface for Workitem containers, or BPM Queues.
To be implemented with the specific BPM system. |
Modifier and Type | Interface and Description |
---|---|
interface |
OwHistoryManager
Interface for history managers to collect and retrieve history information.
History Events are collected both in the EcmAdapter and in the Workdesk itself. Most ECM Systems will write their own history and so the history manager needs only to read that information. |
Modifier and Type | Class and Description |
---|---|
class |
OwStandardHistoryManager
Base implementation for history managers to collect and retrieve history information.
History Events are collected both in the EcmAdapter and in the Workdesk itself. Most ECM Systems will write their own history and so the history manager needs only to read that information. |
Modifier and Type | Class and Description |
---|---|
class |
OwSimpleHistoryManager
Simple implementation for the history manager, does not create a history.
To be implemented with the specific ECM system. |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.