Modifier and Type | Class and Description |
---|---|
class |
OwCSQLCException
Content SQL Creator base exception.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OwSQLEntitiesResolver.canOrderBy(String tableName_p,
String columnName_p,
String repositoryID_p) |
protected OwBetweenPredicate |
OwCSQLCProcessor.createBetweenPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected String |
OwCSQLCProcessor.createCBRAllExpression(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected OwPredicate |
OwCSQLCProcessor.createCBRAllPredicate(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected String |
OwCSQLCProcessor.createCBRInExpression(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected OwPredicate |
OwCSQLCProcessor.createCBRInPredicate(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected abstract OwColumnQualifier |
OwCSQLCProcessor.createColumnQualifier(String propertyName_p,
String repositoryID_p) |
protected OwComparisonPredicate |
OwCSQLCProcessor.createComparisonPredicate(OwSearchCriteria criteria_p,
OwComparisonOperator comparisonOperator_p,
OwCSQLCProcessor.OwProcessContext context_p)
Create a compare predicate, is called if current predicate is a compare operator.
|
protected OwSearchCondition |
OwCSQLCProcessor.createContentCondition(OwSearchNode conditionRootNode_p,
OwCSQLCProcessor.OwProcessContext context_p)
Scan the node for existence or definition of CBR (a.k.a.
|
protected OwPredicate |
OwCSQLCProcessor.createExtendedPredicate(OwSearchCriteria criteria_p,
OwCSQLCProcessor.OwProcessContext context_p,
int operator_p)
(overridable)
This method is called if an unknown or by default unsupported operator is found in the provided OwSearchCriteria.
|
protected OwInPredicate |
OwCSQLCProcessor.createInPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected OwLikePredicate |
OwCSQLCProcessor.createLikePredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected OwLiteral |
OwCSQLCProcessor.createLiteral(OwSearchCriteria criteria_p,
Object value_p) |
protected OwNullPredicate |
OwCSQLCProcessor.createNullPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected OwQuantifiedInPredicate |
OwCSQLCProcessor.createQuantifiedInPredicate(OwSearchCriteria criteria_p,
boolean negate_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected String |
OwCSQLCProcessor.createQueryFieldName(OwFieldDefinition fieldDefinition_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected abstract OwColumnQualifier |
OwCSQLCProcessor.createQueryFieldQualifier(OwFieldDefinition fieldDefinition_p,
OwCSQLCProcessor.OwProcessContext context_p) |
OwExternal<List<OwQueryStatement>> |
OwCSQLCProcessor.createSQLStatements(OwSearchNode searchRootNode_p,
Collection<String> propertyQueryNames_p,
OwSort sortOrder_p)
Create the SQL statement(s) by parsing the provided root search node.
|
OwExternal<List<OwQueryStatement>> |
OwCSQLCProcessor.createSQLStatements(OwSearchNode searchRootNode_p,
Collection<String> propertyQueryNames_p,
OwSort sortOrder_p,
int versionSelection_p)
Create the SQL statement(s) by parsing the provided root search node.
|
protected OwSearchCondition |
OwCSQLCProcessor.createSubclassesConditions(List<OwClass> subclasses_p)
(overridable)
|
protected abstract OwTextSearchPredicate |
OwCSQLCProcessor.createTextSearchPredicate(OwCharacterStringLiteral searchExpression_p,
OwColumnReference columnReference_p) |
protected OwSearchCondition |
OwCSQLCProcessor.createVersionSelectionCondition(OwSearchNode searchRootNode_p,
int versionSelection_p) |
protected Map<String,List<OwClass>> |
OwCSQLCProcessor.findMainObjectClasses(OwSearchNode searchRootNode_p) |
protected Map<String,List<OwClass>> |
OwCSQLCProcessor.findSelectedObjectClasses(OwSearchNode searchRootNode_p,
String criteriaName_p) |
protected void |
OwCSQLCProcessor.handleSingleContentCondition(OwSearchNode conditionRootNode_p,
OwCSQLCProcessor.OwProcessContext context_p,
List<String> textSearchExpressions_p)
(overridable)
Method specific called for parsing statements where the
OwCSQLCProcessor.isMultipleTextSearchSyntax() return false. |
boolean |
OwSQLEntitiesResolver.isInternalRepositoryID(String repositoryID_p) |
boolean |
OwSQLEntitiesResolver.isSubtable(String parentTable_p,
String childTable_p,
String repositoryID_p) |
boolean |
OwSQLEntitiesResolver.isVersionable(String tableName_p,
String repositoryID_p) |
protected boolean |
OwCSQLCProcessor.qualifySingleTable(OwSearchNode searchRootNode_p,
OwQueryStatement statement_p) |
String |
OwSQLEntitiesResolver.resolveDefaultRepositoryID() |
Set<String> |
OwSQLEntitiesResolver.resolveQueryableColumnNames(String tableName_p,
String repositoryID_p) |
String |
OwSQLEntitiesResolver.resolveQueryFolderId(String resourceID_p,
String path_p) |
String |
OwSQLEntitiesResolver.resolveQueryTableName(String tableName_p,
String repositoryID_p) |
String |
OwSQLEntitiesResolver.resolveRepositoryID(String repositoryName_p) |
String |
OwSQLEntitiesResolver.resovleQueryColumnName(String tableName_p,
String columnName_p,
String repositoryID_p)
Get a query name for column, which is maybe escaped or transformed into
|
protected OwFieldDefinition |
OwCSQLCProcessor.retrieveDefinition(OwSearchCriteria criteria_p) |
Modifier and Type | Method and Description |
---|---|
OwSearchTemplate |
OwSearchTemplateFactory.createSearchTemplate(OwObject obj_p)
Create search template from given OwObject,
where the content of given OwObject is the search definition.
|
OwObject |
OwVirtualFolderFactory.createVirtualFolder(Node xmlVirtualFolderDescriptionNode_p,
String strName_p,
String strDmsIDPart_p) |
protected OwObject |
OwSupportBasedManager.getAOSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p) |
protected OwObject[] |
OwSupportBasedManager.getAOSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p) |
<T> T |
OwManagedAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> T |
OwAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting)
get a Objects for the application to work, like search templates, preferences...
|
<T> T |
OwManagedAOProvider.getApplicationObject(OwAOType<T> type,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> T |
OwAOProvider.getApplicationObject(OwAOType<T> aoType,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting)
get an application object with specific parameters, like search templates, preferences...
|
Object |
OwAOManager.getApplicationObject(String strName_p,
boolean fForceUserSpecificObject_p,
boolean fCreateIfNotExist_p)
Returns the application object that is matched by the given name.
|
OwObject |
OwDefaultAOManager.getApplicationObject(String strName_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
Document |
OwXMLAOManager.getApplicationObject(String strName_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
OwSearchTemplate |
OwSearchTemplatesManager.getApplicationObject(String strName_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
Object |
OwAttributeBagsManager.getApplicationObject(String strName_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
OwObject |
OwVirtualFoldersManager.getApplicationObject(String strName_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
Object |
OwAOManager.getApplicationObject(String strName_p,
Object param_p,
boolean fForceUserSpecificObject_p,
boolean fCreateIfNotExist_p)
Returns the application object that is matched by the given name.
|
OwObject |
OwDefaultAOManager.getApplicationObject(String strName_p,
Object param_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
Document |
OwXMLAOManager.getApplicationObject(String strName_p,
Object param_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
OwSearchTemplate |
OwSearchTemplatesManager.getApplicationObject(String strName_p,
Object param_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
Object |
OwAttributeBagsManager.getApplicationObject(String strName_p,
Object param_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
OwObject |
OwVirtualFoldersManager.getApplicationObject(String strName_p,
Object param_p,
boolean forceUserSpecificObject_p,
boolean createIfNotExist_p) |
<T> List<T> |
OwManagedAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj) |
<T> List<T> |
OwAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj)
get a list of Objects for the application to work, like search templates, preferences...
|
Collection<?> |
OwAOManager.getApplicationObjects(String strName_p,
boolean fForceUserSpecificObject_p)
Returns all application objects that are matched by the given name.
|
List<OwObject> |
OwDefaultAOManager.getApplicationObjects(String strName_p,
boolean forceUserSpecificObject_p) |
List<Document> |
OwXMLAOManager.getApplicationObjects(String strName_p,
boolean forceUserSpecificObject_p) |
List<OwSearchTemplate> |
OwSearchTemplatesManager.getApplicationObjects(String strName_p,
boolean forceUserSpecificObject_p) |
Collection<?> |
OwAttributeBagsManager.getApplicationObjects(String strName_p,
boolean forceUserSpecificObject_p) |
List<OwObject> |
OwVirtualFoldersManager.getApplicationObjects(String strName_p,
boolean forceUserSpecificObject_p) |
OwAttributeBag |
OwDBAttributeBagsSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
File |
OwFileAOSupport.getSupportFile(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p,
boolean isFile_p) |
OwObject |
OwAOSupport.getSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
Returns the persistent application
OwObject that is matched by the given name. |
OwObject |
OwFileAOSupport.getSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p) |
OwObject |
OwRepositoryAOSupport.getSupportObject(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p) |
OwObject[] |
OwAOSupport.getSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p)
Returns a collection of persistent application
OwObject s that are matched by the given name. |
OwObject[] |
OwFileAOSupport.getSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p) |
OwObject[] |
OwRepositoryAOSupport.getSupportObjects(String strName_p,
boolean forceUserspecificObject_p,
boolean createIfNotExist_p) |
OwAttributeBagWriteable |
OwDBAttributeBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
Constructor and Description |
---|
OwFileAOSupport(OwNetwork<?> network_p,
OwNetworkConfiguration configuration_p,
String defaultLocation_p)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
OwClipboardException
Exception thrown when a clipboard operation cannot be performed.
|
class |
OwFieldManagerException
Specialized Exception thrown, when a a edit field could not be updated / validated in field manager.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
OwFieldManager.convertValue(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
Will extract the value from request, and transform it into dependent type representation defined by OwFieldDefinition.
|
Object |
OwStandardFieldManager.convertValue(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
void |
OwUserOperationEvent.OwUserOperationType.fire(OwUserOperationDispatch executor_p,
OwBaseUserInfo userInfo_p,
String eventSource_p) |
void |
OwUserOperationDispatch.fire(OwUserOperationEvent event_p) |
protected abstract void |
OwObjectSequenceDialog.initNewItem(Object paramerters) |
protected void |
OwObjectSequenceDialog.initNextNewItem() |
protected void |
OwObjectSequenceDialog.initPrevtNewItem() |
void |
OwUserOperationListener.operationPerformed(OwUserOperationEvent event_p)
Method called when login is performed
|
static Date |
OwEditablePropertyDate.updateField(Locale locale_p,
javax.servlet.http.HttpServletRequest request_p,
String strID_p,
boolean fUseJS_Control_p,
Date oldDate_p,
boolean fEmptyDataPossible_p,
String sDateFormat_p,
String timeFormatString) |
Modifier and Type | Method and Description |
---|---|
T |
OwIdDecoder.decode(String idRepresentation)
Base method to transform a String into a corresponding Id handler instance
|
Modifier and Type | Method and Description |
---|---|
OwObject |
OwVIIdResolver.getObject(OwVIId objViid)
Resolve an object-Id to its OwObject instance.
|
Modifier and Type | Method and Description |
---|---|
OwVIId |
OwSimpleVIIdDecoder.decode(String idRepresentation) |
Modifier and Type | Method and Description |
---|---|
OwIterable<T> |
OwPageableObject.getChildren(OwLoadContext loadContext) |
Constructor and Description |
---|
OwIterableObjectCollectionConverter(OwIterable<?> iterable,
long skip) |
OwIterableObjectCollectionConverter(OwIterable<?> iterable,
long skip,
int maxItemsCount)
Constructs an OwObjectCollection over an Iterable.
|
Modifier and Type | Method and Description |
---|---|
OwPrivilegeSet |
OwPrivilegesDocument.addPrivilegeSet(OwUserInfo principal_p,
Collection privileges_p,
boolean deny_p,
int inheritancedepth_p) |
protected OwAddPrivilegeDialog |
OwPrivilegesView.createAddPrivilegeDialog()
(overridable)
Create a dialog which provide the possibility to create
new privilege entry.
|
protected OwUserSelectDialog |
OwPrivilegeSetEditor.createOwUserSelectDialog(int[] filter,
boolean multiSelect)
(overridable)
Factory methods for user select dialog, can be overwritten if needed.
|
protected List<OwDocumentFunction> |
OwObjectLinksView.getDocumentFunctions() |
protected OwObjectCollection |
OwObjectLinksDocument.getLinks() |
OwObjectCollection[] |
OwObjectLinksDocument.getSplits()
(overridable)
Returns an array of OwObjectCollection's containing objects for specific relation direction.
By default the array will have the same order like the relation directions array of OwObjectLinksDocument.getRelations() . |
void |
OwUIGenericAccessRightsModul.init(OwNetwork theNetwork_p) |
void |
OwObjectClassProcessor.init(OwXMLUtil configNode)
Init method to for current processor.
|
void |
OwPrivilegesView.onOpenAddDialog(javax.servlet.http.HttpServletRequest request_p)
Handler to open add privilege dialog, called from JSP.
|
void |
OwPrivilegesView.onSave(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
OnSave
OwUIGenericAccessRightsModul delegate for non live updating privileges views. |
void |
OwPolicyLevelView.onSave(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
OnSave
OwUIGenericAccessRightsModul delegate for non live updating policy views. |
void |
OwPrivilegesDocument.removePrivilegeSet(OwPrivilegeSet privilegeSet_p) |
void |
OwPermissionsDocument.savePermissions()
Saves the current permissions to the target object (see
OwObject.setPermissions(OwPermissionCollection) ). |
void |
OwObjectLinksDocument.setObject(OwObject object) |
void |
OwSplitObjectListDocument.setSplits(OwObjectCollection[] splits) |
protected void |
OwObjectLinksDocument.updateLinkViews() |
protected void |
OwSplitObjectListDocument.updateSplitViews() |
Constructor and Description |
---|
OwPermissionsDocument(OwObject object_p)
Constructor.
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p) |
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
int views_p)
Constructor
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
String policyViewTitle_p,
String privilegesViewTitle_p,
int views_p)
Constructor
|
OwUIGenericAccessRightsModul(OwNetwork network_p,
OwObject object_p,
String policyViewTitle_p,
String privilegesViewTitle_p,
Map<String,String> privilegeDisplayNames_p,
int views_p)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
OwStatusContextException
Exception thrown, when a function does not support the requested status context value.
|
Modifier and Type | Method and Description |
---|---|
void |
OwPermissionCollection.addPolicy(OwPolicy policy_p)
add the given policy
for single policy archives addPolicy will replace the previous policy
|
OwPrivilegeSet |
OwPermissionCollection.addPrivilegeSet(OwUserInfo principal_p,
Collection privileges_p,
boolean deny_p,
int inheritancedepth_p)
create and add a new privilege set
the new set is applied immediately to the object
|
void |
OwRepository.closeBatch(OwBatch batch_p)
close a batch operation, if the batch was not committed, rollback the batch
|
void |
OwBatch.commit()
Commits all pending operations
|
Object |
OwStandardCrossMappings.convert(Object value_p,
OwFieldDefinition from_p,
OwFieldDefinition to_p) |
Object |
OwCrossMappings.convert(Object value_p,
OwFieldDefinition from_p,
OwFieldDefinition to_p) |
OwIterable<O> |
OwRepository.doSearch(OwSearchNode searchClause,
OwLoadContext loadContext)
performs a search on the network and returns an iterable collection of results
corresponding to the given search clause in the given load context
|
OwObjectCollection |
OwObjectsQuery.execute(OwSort sort_p)
Executes this query
|
protected static Node |
OwStandardSearchTemplate.getAttributeByName(Node node_p,
String attributeName_p)
Returns the attribute from given node, the method handles the
requested attributes as "required" and throws exception.
|
OwIterable<OwFileObject> |
OwFileObject.getChildren(OwLoadContext filter) |
OwIterable<OwObject> |
OwStandardDecoratorObject.getChildren(OwLoadContext filter) |
OwIterable<OwObject> |
OwStandardVirtualFolderObjectFactory.getChildren(OwLoadContext loadContext) |
OwObjectCollection |
OwSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p,
int[] objectTypes_p,
Collection propertyNames_p,
OwSort sort_p,
int maxSize_p,
int versionSelection_p,
OwSearchNode filterCriteria_p)
Retrieves all children of the given semi-virtual-folder object.
|
OwObjectCollection |
OwStandardSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p,
int[] objectTypes_p,
Collection propertyNames_p,
OwSort sort_p,
int maxSize_p,
int versionSelection_p,
OwSearchNode filterCriteria_p) |
OwIterable<? extends OwObject> |
OwSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p,
OwLoadContext loadContext)
Same behavior as
OwSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder, int[], Collection, OwSort, int, int, OwSearchNode) but returning a pageable OwIterable . |
OwIterable<OwObject> |
OwStandardSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p,
OwLoadContext loadContext) |
OwAttributeBag |
OwTransientBagsSupport.getNameKeyAttributeBag(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
OwObjectCollection |
OwSemiVirtualFolder.getPhysicalChildren(int[] objectTypes_p,
Collection propertyNames_p,
OwSort sort_p,
int maxSize_p,
int versionSelection_p,
OwSearchNode filterCriteria_p)
Retrieves the physical children of this semi-virtual-folder object.
|
OwIterable<OwObject> |
OwSemiVirtualFolder.getPhysicalChildren(OwLoadContext loadContext)
Same as
OwSemiVirtualFolder.getPhysicalChildren(int[], Collection, OwSort, int, int, OwSearchNode) but with a different signature. |
OwAttributeBagWriteable |
OwTransientBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p,
String name_p,
String userID_p) |
Object |
OwSearchPathField.getValue() |
OwVirtualFolderObject |
OwSemiVirtualFolderAdapter.getVirtualFolder(OwSemiVirtualFolder semiVirtualFolder_p)
Retrieve the virtual folder object corresponding to this semi-virtual-folder adapter.
Clients of this interface should consider the possible caching of the virtual folder object instance by their adapter. |
OwVirtualFolderObject |
OwStandardSemiVirtualFolderAdapter.getVirtualFolder(OwSemiVirtualFolder semiVirtualFolder_p) |
boolean |
OwCredentials.isContainerBasedAuthenticated()
check the current user is authenticated container based
|
OwBatch |
OwRepository.openBatch()
open a new batch operation
|
void |
OwQueriedCollection.reload()
Reloads this collection with no sort object
|
void |
OwQueriedCollection.reload(OwSort sort_p)
Executes the underlying query using the given sort criteria and replaces the delegate with the result.
|
void |
OwPermissionCollection.removePolicy(OwPolicy policy_p)
remove the given privilege set
|
void |
OwPermissionCollection.removePrivilegeSet(OwPrivilegeSet privilegeset_p)
remove the given privilege set
|
OwSemiVirtualRecordClass |
OwManagedSemiVirtualRecordConfiguration.semiVirtualFolderForObjectClass(String className_p,
OwRoleManager roleManager_p,
OwXMLUtil configuration_p)
Retrieve the virtual folder configuration for a given object class.
|
void |
OwSearchPathField.setValue(Object oValue_p) |
Constructor and Description |
---|
OwQueriedCollection(OwObjectsQuery query_p,
OwSort sort_p)
Constructor
Triggers a reload on this collection (see OwQueriedCollection.reload() using the given sort object. |
Modifier and Type | Method and Description |
---|---|
boolean |
OwJoinPointResultCollector.canCollect(Method method_p) |
boolean |
OwReflectiveCollector.canCollect(Method method_p) |
void |
OwJoinPointResultCollector.collect(Method method_p,
Object advice_p,
Object[] args_p,
Object result_p) |
void |
OwReflectiveCollector.collect(Method method_p,
Object advice_p,
Object[] args_p,
Object result_p) |
protected Method |
OwrReturnTypeCollector.findCollectMethod(Method method_p) |
protected Method |
OwPeerMethodCollector.findCollectMethod(Method method_p) |
protected abstract Method |
OwReflectiveCollector.findCollectMethod(Method method_p) |
static <A> A |
OwJoinPoint.joinPoint(Class<A> adviceClass_p,
OwJoinPointResultCollector resultColector_p) |
Modifier and Type | Method and Description |
---|---|
<T> T |
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> type,
String name,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> T |
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> aoType,
String name,
List<Object> params,
boolean forceSpecificObj,
boolean createNonExisting) |
<T> List<T> |
OwBackwardsCompatibilityAOProvider.getApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj) |
OwAOProvider |
OwBackwardsCompatibilityAOProvider.OwLegacyAONetwork.getSafeAOProvider()
Deprecated.
this interface is meant to support old network adapters, it should not be used for
for other purposes
|
boolean |
OwAbstractCredentials.isContainerBasedAuthenticated() |
Constructor and Description |
---|
OwBackwardsCompatibilityAOProvider(OwNetwork adaptor,
OwRoleManager roleManager) |
OwSimpleLocation(OwObject parent)
Create a Location from parent, which will implicitly set
the resource from provided parent object.
|
Modifier and Type | Class and Description |
---|---|
class |
OwAccessDeniedException
Exception thrown, when access is denied to a resource.
|
class |
OwAuthenticationException
Exception thrown, when user could not be authenticated.
|
class |
OwConfigurationException
Exception thrown, when a error occurred in the configuration or setup of the framework.
|
class |
OwDataSourceException
Exception thrown, when the data source caused an exception like a malformed SQL statement
or malformed DB configuration (JDBCTemplate is null).
|
class |
OwDuplicateException
Thrown when a unique constraint is not satisfied, like unique names for the documents in a folder etc.
|
class |
OwInvalidOperationException
Exception thrown, when the operation is not allowed, or the parameters are wrong.
|
class |
OwInvalidValueException
Exception defining that a value does not match.
|
class |
OwLockDeniedException
Exception thrown, when an object could not be locked, but can be used read only.
|
class |
OwNotSupportedException
Exception thrown, when a function is not supported or not implemented.
|
class |
OwObjectNotFoundException
Exception thrown, when a named object was not found.
|
class |
OwRenderRowException
Exception thrown, when rendering a row failed.
|
class |
OwServerException
Exception thrown, when a server exception such as a timeout occurred.
|
class |
OwSessionException
Exception thrown, when a session or HTTP request exception occurred.
|
class |
OwUserOperationException
Exception thrown, when the user invoked a illegal/unauthorized/forbidden function.
|
Modifier and Type | Method and Description |
---|---|
protected String |
OwSearchSQLOperator.getCriteriaQueryName(OwSearchCriteria criteria_p)
(overridable) Method to get the property name, which is used for query statements.
This method can be overwritten if the field definition name and field definition query name are not corresponding. |
protected OwProperty |
OwObjectScope.getProperty(String propertyName_p) |
protected OwProperty |
OwPropertiesCollectionScope.getProperty(String propertyName_p) |
protected abstract OwProperty |
OwPropertiesContainerScope.getProperty(String propertyName_p)
(overridable)
|
static OwExpressionPriorityRule |
OwExpressionPriorityRule.newPriorityRule(OwXMLUtil config)
Instance creation helper.
|
static OwExpressionPriorityRule |
OwExpressionPriorityRule.newPriorityRule(String styleClass,
String expression)
Simplified factory for OwExpressionPriorityRule instances.
|
Modifier and Type | Class and Description |
---|---|
static class |
OwFieldManagerControlNote.OwNoteException
Exception for notes management.
|
Modifier and Type | Method and Description |
---|---|
protected OwComboModel |
OwDependentComboboxFieldControl.createComboModel(OwField field,
List<OwComboItem> items)
(overridable)
Factory method for creation of the combo model, for combo box rendering.
|
protected String |
OwDBDependentComboboxDataHandler.createFullQuery(String query,
Map<String,OwDBDependentComboboxDataHandler.OwWherePropDefinition> whereProps)
Create the String which represents the full SQL query to be fired for new results.
|
List<OwComboItem> |
OwDependentComboboxDataHandler.getData(OwFieldProvider fieldProvider)
Provide Combobox results which should be available as options in UI.
|
List<OwComboItem> |
OwDBDependentComboboxDataHandler.getData(OwFieldProvider fieldProvider) |
void |
OwDependentComboboxDataHandler.init(OwAppContext context,
OwXMLUtil configuration)
Init method called when OwFieldControl is successfully initialized
and attached to context.
|
void |
OwDBDependentComboboxDataHandler.init(OwAppContext context,
OwXMLUtil configuration) |
protected void |
OwDependentComboboxFieldControl.insertComboField(Writer w,
OwFieldDefinition fieldDef,
OwField field,
String strID)
Render a combo box for value representations.
|
protected void |
OwDependentComboboxFieldControl.insertEditTextField(Writer w,
OwFieldDefinition fieldDef,
Object currentValue,
String id)
(overridable)
Default rendering in case combo box should not be rendered.
|
void |
OwDependentComboboxFieldControl.onAjaxGetComboItems(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
OwDBDependentComboboxDataHandler.processRequest(String query,
Map<String,OwDBDependentComboboxDataHandler.OwWherePropDefinition> whereProps,
List<OwComboItem> result)
Process the query and add the query-results into the provided results collection,
wrapped as OwComoboItem interface.
|
Modifier and Type | Class and Description |
---|---|
class |
OwHistoryException
History exception class.
|
Modifier and Type | Method and Description |
---|---|
OwIterable<OwHistoryEntry> |
OwStandardHistoryManager.doSearch(OwSearchNode searchClause,
OwLoadContext loadContext) |
Modifier and Type | Method and Description |
---|---|
static int |
OwConfigUtils.computeViewMaskFromConfig(OwXMLUtil configNode,
String nodeName,
String showFlagAttribute,
int maskBit,
boolean defaultShowValue)
helper function to get the view mask bit from the config node's show flag attribute
use this function to create mask bits out of XML descriptions to easily
configure your dialogs and views.
The default value of this config option can be configured. |
Modifier and Type | Method and Description |
---|---|
OwIntegratedApplicationRoleManager |
OwIntegratedApplicationRoleManager.createIntegratedRoleManager(String applicationId)
Creates role manger instances for given applications.
|
protected abstract Collection<String> |
OwStandardRoleManager.getDynamicResources(int category_p) |
protected Map |
OwStandardRoleManager.getGroupBoxCategoryMap()
get a map of resources for the category: search template
|
protected <T> List<T> |
OwStandardRoleManager.getUnmamangedApplicationObjects(OwAOType<T> type,
String name,
boolean forceSpecificObj) |
OwAOProvider |
OwRoleManagerContext.getUnmanagedAOProvider() |
void |
OwStandardRoleManager.init(OwRoleManagerContext mainContext_p,
OwXMLUtil configNode_p)
init the manager, set context
optionally set a prefix to distinguish several different applications.
|
Modifier and Type | Method and Description |
---|---|
protected OwObject |
OwRenditionServlet.getRequestedObject(javax.servlet.http.HttpServletRequest req,
OwAppContext context)
Retrieve the object from request.
|
protected void |
OwRenditionServlet.handleNoRendition(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
OwObject obj,
OwRenditionServiceProvider prov,
String type)
(overridable)
Called in case no Rendition service could be found.
|
protected boolean |
OwRenditionServlet.sendRendition(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
OwRenditionServiceProvider prov,
OwRenditionService service,
OwObject obj,
String renditionType) |
Modifier and Type | Class and Description |
---|---|
class |
OwPendingSessionException
Exception thrown, when the previous request is not yet finished.
|
Modifier and Type | Method and Description |
---|---|
protected abstract OwAOProvider |
OwAppContext.createAOProvider() |
void |
OwEventTarget.disableRequestListener()
remove from request listener registry current event target,
the target must be already registered as event and request
listener.
|
void |
OwEventTarget.enableRequestListener()
register the event target to receive onRequest events
the target must already be registered
|
OwAOProvider |
OwAppContext.getAOProvider() |
void |
OwAppContext.registerKeyAction(OwKeyAction action) |
void |
OwAppContext.registerKeyAction(String actionId,
String strEventURL,
String description) |
void |
OwAppContext.registerKeyAction(String actionId,
String strEventURL,
String strFormName,
String description) |
void |
OwAppContext.registerMouseAction(String actionId,
OwString description) |
void |
OwAppContext.registerRequestTarget(OwEventTarget target_p)
registers a target to receive onRequest(...) events for each request
the target must already be registered with registerTarget or OwEventTarget.attach
|
void |
OwAppContext.unregisterRequestTarget(OwEventTarget target_p)
unregisters a target to receive onRequest(...) events for each request
the target must already be registered with registerTarget or OwEventTarget.attach
|
Modifier and Type | Method and Description |
---|---|
protected OwPreviewRenderer |
OwSimpleIntegratedPreview.createPreviewRenderer(String rendererClass) |
protected OwPreviewRenderer |
OwSimpleIntegratedPreview.getPreviewRenderer(List<String> mimeTypes)
Will implicitly load a default handler if no explicit viewer/renderer configuration is available.
|
protected OwPreviewRenderer |
OwSimpleIntegratedPreview.getSimpleConfigurationPreviewRanderer(List<String> mimeTypes,
Map<String,String> parameters)
This method returns the default PreviewRanderer
|
void |
OwFlashPreviewRenderer.render(Writer writer,
Map<String,String> configuration,
OwPreviewContext prevContext) |
void |
OwNoPreviewRenderer.render(Writer out,
Map<String,String> configuration,
OwPreviewContext prevContext) |
void |
OwImagePreviewRenderer.render(Writer writer,
Map<String,String> configuration,
OwPreviewContext prevContext) |
void |
OwPreviewRenderer.render(Writer out,
Map<String,String> config,
OwPreviewContext prevContext)
Called if this instance is matching the rendering requirements.
|
Modifier and Type | Method and Description |
---|---|
void |
OwAbstractInfoProvider.handleRequest(OwInfoRequest request_p,
OutputStream answer_p) |
void |
OwInfoProvider.handleRequest(OwInfoRequest request_p,
OutputStream answer_p)
Method called to be process a request.
|
void |
OwAbstractAnnotationInfoProvider.handleRequest(OwInfoRequest req,
OutputStream answer) |
Modifier and Type | Class and Description |
---|---|
class |
OwDebugModeException
Exception to signal the debug language.
|
Modifier and Type | Method and Description |
---|---|
OwObjectCollection |
OwStandardSchemaInterpreter.findGroupsMatching(OwLdapConnection connection,
String pattern) |
OwObjectCollection |
OwLdapSchemaInterpreter.findGroupsMatching(OwLdapConnection connection,
String pattern)
Search for groups that match the pattern.
|
OwObjectCollection |
OwADSchemaInterpreter.findGroupsMatching(OwLdapConnection connection,
String pattern) |
OwObjectCollection |
OwLdapConnector.findGroupsMatching(String namePattern)
Find groups that match a given pattern.
|
OwUserInfo |
OwLdapConnector.findUserByDNAnonymously(String strID_p)
Finds a user by its Distinguished Name.
|
OwUserInfo |
OwLdapSchemaInterpreter.findUserByDNAnonymously(String strID_p,
OwLdapConnection connection)
Finds a user by its Distinguished Name.
|
OwUserInfo |
OwBasicLdapSchemaInterpreter.findUserByDNAnonymously(String strID_p,
OwLdapConnection connection_p) |
OwUserInfo |
OwLdapConnector.findUserByIdAnonymously(String strID_p)
Finds a user by its id.
|
OwUserInfo |
OwLdapSchemaInterpreter.findUserByIdAnonymously(String strID_p,
OwLdapConnection connection)
Finds a user by its ID.
|
OwUserInfo |
OwBasicLdapSchemaInterpreter.findUserByIdAnonymously(String strID_p,
OwLdapConnection connection_p) |
OwUserInfo |
OwLdapConnector.findUserByLoginAnonymously(String strID_p) |
OwUserInfo |
OwLdapSchemaInterpreter.findUserByLoginAnonymously(String strID_p,
OwLdapConnection connection) |
OwUserInfo |
OwBasicLdapSchemaInterpreter.findUserByLoginAnonymously(String strID_p,
OwLdapConnection connection_p) |
OwObjectCollection |
OwLdapConnector.findUserDNsMatching(String pattern) |
OwObjectCollection |
OwStandardSchemaInterpreter.findUserMatching(OwLdapConnection connection,
String pattern) |
OwObjectCollection |
OwLdapSchemaInterpreter.findUserMatching(OwLdapConnection connection,
String pattern) |
OwObjectCollection |
OwADSchemaInterpreter.findUserMatching(OwLdapConnection connection,
String pattern) |
String |
OwLdapConnector.getRecordId(String dname)
Retrieves the value of the attribute that should be used as OWD ID.
|
String |
OwLdapSchemaInterpreter.getRecordId(String dname,
OwLdapConnection connection) |
String |
OwADSchemaInterpreter.getRecordId(String dname,
OwLdapConnection connection) |
String |
OwBasicLdapSchemaInterpreter.getRecordId(String dname,
OwLdapConnection connection) |
String |
OwLdapConnector.getUserDisplayName(String dname)
Get the display name for the user with the given DN.
|
String |
OwLdapSchemaInterpreter.getUserDisplayName(String dname,
OwLdapConnection connection) |
String |
OwBasicLdapSchemaInterpreter.getUserDisplayName(String dname,
OwLdapConnection connection) |
String |
OwLdapConnector.getUserLogin(String dname)
Retrieves the login for the user with the given DN.
|
String |
OwLdapSchemaInterpreter.getUserLongin(String dname,
OwLdapConnection connection) |
String |
OwBasicLdapSchemaInterpreter.getUserLongin(String dname,
OwLdapConnection connection) |
OwObjectCollection |
OwLdapConnection.searchValuesByFilter(String searchBase,
String filter,
String returningAttibute,
String sortKey)
Search for objects with attributes matching a given pattern.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OwAttributeBagCodec.addCookieValue(OwCookieStoreCodec.OwTimedCookieValue timedCookieValue_p) |
protected abstract void |
OwCookieStoreCodec.addCookieValue(OwCookieStoreCodec.OwTimedCookieValue timedCookieValue_p)
Adds the given
OwCookieStoreCodec.OwTimedCookieValue to the cookie store |
boolean |
OwParameterMapCodec.canDecode(OwParameterMap parameterMap_p)
Verifies that this codec can decode the given
OwParameterMap without system-errors. |
boolean |
OwCookieStoreCodec.canDecode(OwParameterMap parameterMap_p) |
protected void |
OwCookieStoreCodec.collectExpiredNames() |
protected String |
OwCookieStoreCodec.createCookie(long uniqueNameIndex_p) |
protected List |
OwAttributeBagCodec.createTimedCookieCollectList() |
protected abstract List |
OwCookieStoreCodec.createTimedCookieCollectList()
Hook method that returns a list of
OwCookieStoreCodec.OwTimedCookie s to be collected. |
OwParameterMap |
OwParameterMapCodec.decode(OwParameterMap parameterMap_p,
boolean preserveEncoding_p)
Decodes the given
OwParameterMap |
OwParameterMap |
OwCookieStoreCodec.decode(OwParameterMap parameterMap_p,
boolean preserveEncoding_p) |
OwParameterMap |
OwParameterMapCodec.encode(OwParameterMap parameterMap_p)
Encodes the given
OwParameterMap |
OwParameterMap |
OwCookieStoreCodec.encode(OwParameterMap parameterMap_p) |
protected OwCookieStoreCodec.OwTimedCookieValue |
OwAttributeBagCodec.getCookieValue(String cookieName_p) |
protected abstract OwCookieStoreCodec.OwTimedCookieValue |
OwCookieStoreCodec.getCookieValue(String cookieName_p) |
long |
OwParameterMapCodec.getNextUnqiueNameIndex()
Get the next available unique index.
|
long |
OwAttributeBagCodec.getNextUnqiueNameIndex() |
String |
OwTransientCodec.peekAtNextURLParameter()
Retrieve the next unique URL parameter value without incrementing the
global unique counter.
|
protected void |
OwAttributeBagCodec.remove(OwCookieStoreCodec.OwTimedCookie timedCookie_p) |
protected abstract void |
OwCookieStoreCodec.remove(OwCookieStoreCodec.OwTimedCookie timedCookie_p)
Removes the given
OwCookieStoreCodec.OwTimedCookie from cookie storage. |
Modifier and Type | Method and Description |
---|---|
boolean |
OwRenditionService.canCreateRendition(OwObject obj,
String type)
Capability check for creation of rendition.
|
void |
OwRenditionService.createRendition(OwObject obj,
String type)
Trigger a generation of a Rendition for specific object.
Before calling this method, verify that capability is available through OwRenditionService.canCreateRendition(OwObject, String) . |
List<String> |
OwRenditionService.getRenditionMimeType(OwObject obj,
String type)
Return the MIME type of rendition, for specific type.
|
InputStream |
OwRenditionService.getRenditionStream(OwObject obj,
String type)
Retrieve the stream for specific type and object.
|
OwRenditionService |
OwRenditionServiceProvider.getRendtionService(OwObject obj)
Get a rendition service for provided object.
|
void |
OwConfigurableRenditionService.init(OwXMLUtil configuration) |
Modifier and Type | Method and Description |
---|---|
boolean |
OwAbstractRenditionService.canCreateRendition(OwObject obj,
String type) |
boolean |
OwSymbolicRenditionService.canCreateRendition(OwObject obj,
String type) |
void |
OwAbstractRenditionService.createRendition(OwObject obj,
String type) |
void |
OwSymbolicRenditionService.createRendition(OwObject obj,
String type) |
List<String> |
OwSymbolicRenditionService.getRenditionMimeType(OwObject obj,
String type) |
List<String> |
OwNoRenditionService.getRenditionMimeType(OwObject obj,
String type) |
InputStream |
OwAbstractRenditionService.getRenditionStream(OwObject obj,
String type) |
InputStream |
OwSymbolicRenditionService.getRenditionStream(OwObject obj,
String type) |
OwRenditionService |
OwSimpleRenditionServiceProvider.getRendtionService(OwObject obj) |
void |
OwSymbolicRenditionService.init(OwXMLUtil serviceXMLUtil) |
protected OwRenditionService |
OwSimpleRenditionServiceProvider.initRendtionService(String mappingPrefix) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OwChangePasswordView.changePassword(String oldPwd,
String newPwd)
(overridable)
Process change Password for with provided information.
|
protected String |
OwChangePasswordView.getUserName()
Used in
OwChangePasswordView.changePassword(String, String) method, to send the identification user name. |
Modifier and Type | Method and Description |
---|---|
void |
AlfrescoRestFactory.changePassword(String userName,
String oldPassword,
String newPassword) |
protected org.restlet.resource.ClientResource |
AlfrescoRestFactory.createClientResource(String uri,
org.restlet.Client client)
Factory method to create ClientResource.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.