Modifier and Type | Method and Description |
---|---|
static OwSearchNode |
OwEcmUtil.createSimpleSearchNode(int objectType_p,
OwSearchObjectStore searchObjectStore_p,
String strClassName_p,
String strResourceName_p,
String rootpath_p,
OwEcmUtil.OwSimpleSearchClause[] clauses_p,
OwFieldDefinitionProvider fielddefinitionprovider_p)
create a simple search node from a array of property values
|
static OwSearchNode |
OwEcmUtil.createSimpleSearchNode(int objectType_p,
OwSearchObjectStore searchObjectStore_p,
String strClassName_p,
String strResourceName_p,
String rootpath_p,
OwEcmUtil.OwSimpleSearchClause[] clauses_p,
OwFieldDefinitionProvider fielddefinitionprovider_p,
boolean searchSubFolders_p)
create a simple search node from a array of property values
|
static OwSearchNode |
OwEcmUtil.createSimpleSearchNode(int objectType_p,
String strClassName_p,
String strResourceName_p,
String rootpath_p,
OwEcmUtil.OwSimpleSearchClause[] clauses_p,
OwFieldDefinitionProvider fielddefinitionprovider_p)
create a simple search node from a array of property values
|
static OwSearchNode |
OwEcmUtil.createSimpleSearchNode(String strClassName_p,
String strResourceName_p,
String rootpath_p,
OwEcmUtil.OwSimpleSearchClause[] clauses_p,
OwFieldDefinitionProvider fielddefinitionprovider_p)
create a simple search node from a array of property values
|
Modifier and Type | Method and Description |
---|---|
static OwObjectListView.OwFilter |
OwObjectListView.createFilter(Collection filterprops_p,
OwFieldDefinitionProvider fieldDefinitionProvider_p,
String sResourceName_p,
String sID_p,
OwDocument doc_p)
Create a filter with a Collection of OwFieldDefinition for the properties to be filtered
and fieldDefinitionProvider for wildcard conversion
|
Constructor and Description |
---|
OwObjectListView.OwFilterEntry(OwFieldDefinition info_p,
OwFieldDefinitionProvider fieldDefinitionProvider_p,
String sResourceName_p,
int iOperator_p) |
Modifier and Type | Interface and Description |
---|---|
interface |
OwNetwork<O extends OwObject>
Base interface for the network access.
|
interface |
OwRepository<O extends OwObject>
Base interface for Repositories.
|
Modifier and Type | Field and Description |
---|---|
protected OwFieldDefinitionProvider |
OwStandardSearchTemplate.m_fieldDefinitionProvider
the field definition provider to resolve the fields
|
Modifier and Type | Method and Description |
---|---|
void |
OwStandardSearchTemplate.init(OwFieldDefinitionProvider fieldDefinitionProvider_p)
init the search template so that the specified fields can be resolved
|
void |
OwStandardVirtualFolderObjectFactory.OwSearchTemplateWrapper.init(OwFieldDefinitionProvider fieldDefinitionProvider_p) |
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 | Method and Description |
---|---|
OwPriorityRule |
OwPriorityRuleFactory.createRule(Node configNode_p,
OwFieldDefinitionProvider fieldefinitionprovider_p)
Single priority rule factory method.
|
Map<String,List<OwPriorityRule>> |
OwPriorityRuleFactory.createRulesContainerMap(OwXMLUtil configNode_p,
OwFieldDefinitionProvider fieldefinitionprovider_p)
Multiple priority rule factory method.
|
List<OwPriorityRule> |
OwPriorityRuleFactory.createRulesList(OwXMLUtil configNode_p,
OwFieldDefinitionProvider fieldefinitionprovider_p) |
void |
OwStandardPriorityRule.init(Node configNode_p,
OwFieldDefinitionProvider fieldefinitionprovider_p)
init from config node
|
void |
OwSearchTemplate.init(OwFieldDefinitionProvider fieldDefinitionProvider_p)
init the search template so that the specified fields can be resolved
|
static OwExpressionPriorityRule |
OwExpressionPriorityRule.newPiorityRule(Node configNode_p,
OwFieldDefinitionProvider fieldefinitionprovider_p)
Deprecated.
since 4.2.0.0 use
OwExpressionPriorityRule.newPriorityRule(OwXMLUtil) instead |
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. |
Constructor and Description |
---|
OwSessionHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int type_p,
int status_p,
String strSummary_p,
String strUser_p,
OwObjectReference object_p,
OwFieldDefinitionProvider fielddefinitionprovider_p,
String resource_p,
Collection propertycardinalitiesandnames_p,
Collection oldProperties_p,
Collection newProperties_p)
construct a history entry for property modifying events
|
OwStandardHistoryEntry(OwHistoryManagerContext context_p,
Date time_p,
String id_p,
int iType_p,
int iStatus_p,
String strSummary_p,
String strUser_p,
OwObjectReference object_p,
OwFieldDefinitionProvider fielddefinitionprovider_p,
String sResource_p,
Collection propertycardinalitiesandnames_p,
Collection oldProperties_p,
Collection newProperties_p)
construct a history entry for property modifying events
|
OwStandardHistoryModifiedPropertyValue(String className_p,
boolean isArray_p,
String oldValue_p,
String newValue_p,
OwFieldDefinitionProvider fielddefprovider_p,
String resource_p)
construct a modified property value
|
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.