Uses of Class
com.wewebu.ow.server.exceptions.OwException

Packages that use OwException
com.wewebu.ow.csqlc   
com.wewebu.ow.server.ao   
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.ecm.eaop   
com.wewebu.ow.server.ecmimpl   
com.wewebu.ow.server.exceptions   
com.wewebu.ow.server.field   
com.wewebu.ow.server.fieldctrlimpl   
com.wewebu.ow.server.history   
com.wewebu.ow.server.plug.owutil   
com.wewebu.ow.server.role   
com.wewebu.ow.server.ui   
com.wewebu.ow.server.ui.viewer   
com.wewebu.ow.server.util   
com.wewebu.ow.server.util.ldap   
com.wewebu.ow.server.util.paramcodec   
 

Uses of OwException in com.wewebu.ow.csqlc
 

Subclasses of OwException in com.wewebu.ow.csqlc
 class OwCSQLCException
           Content SQL Creator base exception.
 

Methods in com.wewebu.ow.csqlc that throw OwException
 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)
           
 

Uses of OwException in com.wewebu.ow.server.ao
 

Methods in com.wewebu.ow.server.ao that throw OwException
 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
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
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...
 Document OwXMLAOManager.getApplicationObject(String strName_p, boolean forceUserSpecificObject_p, boolean createIfNotExist_p)
           
 OwObject OwVirtualFoldersManager.getApplicationObject(String strName_p, boolean forceUserSpecificObject_p, boolean createIfNotExist_p)
           
 OwSearchTemplate OwSearchTemplatesManager.getApplicationObject(String strName_p, boolean forceUserSpecificObject_p, boolean createIfNotExist_p)
           
 OwObject OwDefaultAOManager.getApplicationObject(String strName_p, boolean forceUserSpecificObject_p, boolean createIfNotExist_p)
           
 Object OwAttributeBagsManager.getApplicationObject(String strName_p, boolean forceUserSpecificObject_p, boolean createIfNotExist_p)
           
 Object OwAOManager.getApplicationObject(String strName_p, boolean fForceUserSpecificObject_p, boolean fCreateIfNotExist_p)
          Returns the application object that is matched by the given name.
 Document OwXMLAOManager.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)
           
 OwSearchTemplate OwSearchTemplatesManager.getApplicationObject(String strName_p, Object param_p, boolean forceUserSpecificObject_p, boolean createIfNotExist_p)
           
 OwObject OwDefaultAOManager.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)
           
 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.
<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<Document> OwXMLAOManager.getApplicationObjects(String strName_p, boolean forceUserSpecificObject_p)
           
 Collection<?> OwVirtualFoldersManager.getApplicationObjects(String strName_p, boolean forceUserSpecificObject_p)
           
 Collection<OwSearchTemplate> OwSearchTemplatesManager.getApplicationObjects(String strName_p, boolean forceUserSpecificObject_p)
           
 Collection<OwObject> OwDefaultAOManager.getApplicationObjects(String strName_p, boolean forceUserSpecificObject_p)
           
 Collection<?> OwAttributeBagsManager.getApplicationObjects(String strName_p, boolean forceUserSpecificObject_p)
           
 Collection<?> OwAOManager.getApplicationObjects(String strName_p, boolean fForceUserSpecificObject_p)
          Returns all application objects that are matched by the given name.
 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 OwRepositoryAOSupport.getSupportObject(String strName_p, boolean forceUserspecificObject_p, boolean createIfNotExist_p)
           
 OwObject OwFileAOSupport.getSupportObject(String strName_p, boolean forceUserspecificObject_p, boolean createIfNotExist_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[] OwRepositoryAOSupport.getSupportObjects(String strName_p, boolean forceUserspecificObject_p, boolean createIfNotExist_p)
           
 OwObject[] OwFileAOSupport.getSupportObjects(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 OwObjects that are matched by the given name.
 OwAttributeBagWriteable OwDBAttributeBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p, String name_p, String userID_p)
           
 

Constructors in com.wewebu.ow.server.ao that throw OwException
OwFileAOSupport(OwNetwork network_p, OwNetworkConfiguration configuration_p, String defaultLocation_p)
          Constructor
 

Uses of OwException in com.wewebu.ow.server.app
 

Subclasses of OwException in com.wewebu.ow.server.app
 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.
 

Methods in com.wewebu.ow.server.app that throw OwException
 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
 

Uses of OwException in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views that throw OwException
 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()
           
 

Constructors in com.wewebu.ow.server.dmsdialogs.views that throw OwException
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
 

Uses of OwException in com.wewebu.ow.server.ecm
 

Subclasses of OwException in com.wewebu.ow.server.ecm
 class OwStatusContextException
           Exception thrown, when a function does not support the requested status context value.
 

Methods in com.wewebu.ow.server.ecm that throw OwException
 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)
           
 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.
 OwObjectCollection OwStandardSemiVirtualFolderAdapter.getChildren(OwSemiVirtualFolder semiVirtualFolder_p, int[] objectTypes_p, Collection propertyNames_p, OwSort sort_p, int maxSize_p, int versionSelection_p, OwSearchNode filterCriteria_p)
           
 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.
 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.
 OwAttributeBagWriteable OwTransientBagsSupport.getUserKeyAttributeBagWriteable(OwNetworkContext networkContext_p, String name_p, String userID_p)
           
 Object OwSearchPathField.getValue()
           
 OwVirtualFolderObject OwStandardSemiVirtualFolderAdapter.getVirtualFolder(OwSemiVirtualFolder semiVirtualFolder_p)
           
 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.
 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)
          Retrieve the virtual folder configuration for a given object class.
 void OwSearchPathField.setValue(Object oValue_p)
           
 

Constructors in com.wewebu.ow.server.ecm that throw OwException
OwQueriedCollection(OwObjectsQuery query_p, OwSort sort_p)
          Constructor
Triggers a reload on this collection (see OwQueriedCollection.reload() using the given sort object.
 

Uses of OwException in com.wewebu.ow.server.ecm.eaop
 

Methods in com.wewebu.ow.server.ecm.eaop that throw OwException
 boolean OwReflectiveCollector.canCollect(Method method_p)
           
 boolean OwJoinPointResultCollector.canCollect(Method method_p)
           
 void OwReflectiveCollector.collect(Method method_p, Object advice_p, Object[] args_p, Object result_p)
           
 void OwJoinPointResultCollector.collect(Method method_p, Object advice_p, Object[] args_p, Object result_p)
           
protected  Method OwrReturnTypeCollector.findCollectMethod(Method method_p)
           
protected abstract  Method OwReflectiveCollector.findCollectMethod(Method method_p)
           
protected  Method OwPeerMethodCollector.findCollectMethod(Method method_p)
           
static
<A> A
OwJoinPoint.joinPoint(Class<A> adviceClass_p, OwJoinPointResultCollector resultColector_p)
           
 

Uses of OwException in com.wewebu.ow.server.ecmimpl
 

Methods in com.wewebu.ow.server.ecmimpl that throw OwException
<T> T
OwFileBasedAOProvider.getApplicationObject(OwAOType<T> type, String name, boolean forceSpecificObj, boolean createNonExisting)
           
<T> T
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> type, String name, boolean forceSpecificObj, boolean createNonExisting)
           
<T> T
OwFileBasedAOProvider.getApplicationObject(OwAOType<T> aoType, String name, List<Object> params, boolean forceSpecificObj, boolean createNonExisting)
           
<T> T
OwBackwardsCompatibilityAOProvider.getApplicationObject(OwAOType<T> aoType, String name, List<Object> params, boolean forceSpecificObj, boolean createNonExisting)
           
<T> List<T>
OwFileBasedAOProvider.getApplicationObjects(OwAOType<T> type, String name, boolean forceSpecificObj)
           
<T> List<T>
OwBackwardsCompatibilityAOProvider.getApplicationObjects(OwAOType<T> type, String name, boolean forceSpecificObj)
           
 boolean OwAbstractCredentials.isContainerBasedAuthenticated()
           
 

Constructors in com.wewebu.ow.server.ecmimpl that throw OwException
OwSimpleLocation(OwObject parent)
          Create a Location from parent, which will implicitly set the resource from provided parent object.
 

Uses of OwException in com.wewebu.ow.server.exceptions
 

Subclasses of OwException in com.wewebu.ow.server.exceptions
 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 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.
 

Uses of OwException in com.wewebu.ow.server.field
 

Methods in com.wewebu.ow.server.field that throw OwException
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 abstract  OwProperty OwPropertiesContainerScope.getProperty(String propertyName_p)
          (overridable)
protected  OwProperty OwPropertiesCollectionScope.getProperty(String propertyName_p)
           
protected  OwProperty OwObjectScope.getProperty(String propertyName_p)
           
 

Uses of OwException in com.wewebu.ow.server.fieldctrlimpl
 

Subclasses of OwException in com.wewebu.ow.server.fieldctrlimpl
static class OwFieldManagerControlNote.OwNoteException
          Exception for notes management.
 

Uses of OwException in com.wewebu.ow.server.history
 

Subclasses of OwException in com.wewebu.ow.server.history
 class OwHistoryException
           History exception class.
 

Uses of OwException in com.wewebu.ow.server.plug.owutil
 

Methods in com.wewebu.ow.server.plug.owutil that throw OwException
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.
 

Uses of OwException in com.wewebu.ow.server.role
 

Methods in com.wewebu.ow.server.role that throw OwException
 OwIntegratedApplicationRoleManager OwIntegratedApplicationRoleManager.createIntegratedRoleManager(String applicationId)
          Creates role manger instances for given applications.
protected abstract  Collection<String> OwStandardRoleManager.getDynamicResources(int category_p)
           
 void OwStandardRoleManager.init(OwRoleManagerContext mainContext_p, OwXMLUtil configNode_p)
          init the manager, set context optionally set a prefix to distinguish several different applications.
 

Uses of OwException in com.wewebu.ow.server.ui
 

Subclasses of OwException in com.wewebu.ow.server.ui
 class OwPendingSessionException
           Exception thrown, when the previous request is not yet finished.
 

Methods in com.wewebu.ow.server.ui that throw OwException
 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
 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.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
 

Uses of OwException in com.wewebu.ow.server.ui.viewer
 

Methods in com.wewebu.ow.server.ui.viewer that throw OwException
 void OwInfoProvider.handleRequest(OwInfoRequest request_p, OutputStream answer_p)
          Method called to be process a request.
 void OwAbstractInfoProvider.handleRequest(OwInfoRequest request_p, OutputStream answer_p)
           
 void OwAbstractAnnotationInfoProvider.handleRequest(OwInfoRequest req, OutputStream answer)
           
 

Uses of OwException in com.wewebu.ow.server.util
 

Subclasses of OwException in com.wewebu.ow.server.util
 class OwDebugModeException
           Exception to signal the debug language.
 

Uses of OwException in com.wewebu.ow.server.util.ldap
 

Methods in com.wewebu.ow.server.util.ldap that throw OwException
 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 OwBasicLdapSchemaInterpreter.getRecordId(String dname, OwLdapConnection connection)
           
 String OwADSchemaInterpreter.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)
           
 OwObjectCollection OwLdapConnection.searchValuesByFilter(String searchBase, String filter, String returningAttibute, String sortKey)
          Search for objects with attributes matching a given pattern.
 

Uses of OwException in com.wewebu.ow.server.util.paramcodec
 

Methods in com.wewebu.ow.server.util.paramcodec that throw OwException
protected abstract  void OwCookieStoreCodec.addCookieValue(OwCookieStoreCodec.OwTimedCookieValue timedCookieValue_p)
          Adds the given OwCookieStoreCodec.OwTimedCookieValue to the cookie store
protected  void OwAttributeBagCodec.addCookieValue(OwCookieStoreCodec.OwTimedCookieValue timedCookieValue_p)
           
 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 abstract  List OwCookieStoreCodec.createTimedCookieCollectList()
          Hook method that returns a list of OwCookieStoreCodec.OwTimedCookies to be collected.
protected  List OwAttributeBagCodec.createTimedCookieCollectList()
           
 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 abstract  OwCookieStoreCodec.OwTimedCookieValue OwCookieStoreCodec.getCookieValue(String cookieName_p)
           
protected  OwCookieStoreCodec.OwTimedCookieValue OwAttributeBagCodec.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 abstract  void OwCookieStoreCodec.remove(OwCookieStoreCodec.OwTimedCookie timedCookie_p)
          Removes the given OwCookieStoreCodec.OwTimedCookie from cookie storage.
protected  void OwAttributeBagCodec.remove(OwCookieStoreCodec.OwTimedCookie timedCookie_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.