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

Packages that use OwInvalidOperationException
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.exceptions   
com.wewebu.ow.server.field   
com.wewebu.ow.server.fieldctrlimpl   
com.wewebu.ow.server.historyimpl.simplehistory   
com.wewebu.ow.server.servlets   
com.wewebu.ow.server.settingsimpl   
com.wewebu.ow.server.util   
com.wewebu.ow.server.util.ldap   
com.wewebu.ow.server.util.paramcodec   
 

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

Methods in com.wewebu.ow.server.ao that throw OwInvalidOperationException
 OwAOManager OwDefaultRegistry.getManager(int type_p)
           
 OwAOManager OwAOManagerRegistry.getManager(int type_p)
           
 void OwDefaultRegistry.registerManager(OwAOManager manager_p)
           
 void OwDefaultRegistry.replaceManager(OwAOManager manager_p)
          Replaces an existing manager with the given manager of the same type (see OwAOManager.getManagedType()).
 

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

Methods in com.wewebu.ow.server.app that throw OwInvalidOperationException
 String OwMimeManager.OwOpenCommand.getURL()
          get the command URL if a pure URL is defined by this command
 

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

Methods in com.wewebu.ow.server.dmsdialogs.views that throw OwInvalidOperationException
 void OwStandardBatchPropertiesHandler.clearBatchIndex()
           
 void OwObjectPropertyView.clearBatchIndex()
          clear stored batch index data
 void OwBatchPropertiesHandler.clearBatchIndex()
          Clear stored batch index data
static String OwPrivilegesDocument.guidToPrivilege(String guid_p)
           
 

Constructors in com.wewebu.ow.server.dmsdialogs.views that throw OwInvalidOperationException
OwObjectListViewEXTJSGrid.OwColumnInfoBagValue(String value_p)
           
 

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

Subclasses of OwInvalidOperationException 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 OwInvalidOperationException
 OwSearchObjectStore OwSearchObjectStore.unify(OwSearchObjectStore objectStore_p)
          Unifies the state of this ObjectStore and the given ObjectStore parameter and returns their unified state as a new ObjectStore.
 

Constructors in com.wewebu.ow.server.ecm that throw OwInvalidOperationException
OwSearchPath(OwSearchObjectStore objectStore_p)
          Constructor
OwSearchPath(String id_p, String pathName_p, boolean searchSubFolders_p, OwSearchObjectStore objectStore_p)
          Constructor
 

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

Methods in com.wewebu.ow.server.ecm.eaop that throw OwInvalidOperationException
 void OwThreadAdviser.add(Object... advices_p)
           
 void OwAdviser.add(Object... advices_p)
           
<A> List<A>
OwThreadAdviser.get(Class<A> advicerClass_p)
           
<A> List<A>
OwAdviser.get(Class<A> advicerClass_p)
           
static
<I> I
OwAdvicedProxy.newAdvicedProxy(Object object_p, Class<I> interface_p, Object... advices_p)
           
 void OwThreadAdviser.remove(Object... advices_p)
           
 void OwAdviser.remove(Object... advices_p)
           
 

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

Subclasses of OwInvalidOperationException in com.wewebu.ow.server.exceptions
 class OwNotSupportedException
           Exception thrown, when a function is not supported or not implemented.
 class OwUserOperationException
           Exception thrown, when the user invoked a illegal/unauthorized/forbidden function.
 

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

Methods in com.wewebu.ow.server.field that throw OwInvalidOperationException
 boolean OwStandardPriorityRule.appliesTo(OwObject object_p)
           
 boolean OwPriorityRule.appliesTo(OwObject object_p)
          Checks if this rule applies to an OwObject
 boolean OwExpressionPriorityRule.appliesTo(OwObject object_p)
           
 String OwFormat.validate(int iFieldProviderType_p, Object object_p, Locale locale_p)
          validate the given value
 

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

Methods in com.wewebu.ow.server.fieldctrlimpl that throw OwInvalidOperationException
static OwRelativeDate OwRelativeDate.fromString(String string_p)
          Returns an instance of OwRelativeDate for one of the following relative date representing strings (case insensitive, trimmed and with the inner white space normalized): today tomorrow next two days next week next two weeks next 30 days next 90 days yesterday last two days last week last 30 days last 90 days
 

Uses of OwInvalidOperationException in com.wewebu.ow.server.historyimpl.simplehistory
 

Methods in com.wewebu.ow.server.historyimpl.simplehistory that throw OwInvalidOperationException
 void OwSimpleHistoryManager.closeBatch(OwBatch batch_p)
           
 OwBatch OwSimpleHistoryManager.openBatch()
           
 

Uses of OwInvalidOperationException in com.wewebu.ow.server.servlets
 

Methods in com.wewebu.ow.server.servlets that throw OwInvalidOperationException
 void OwMultifileDownload.OwContentArchiveEntry.serveSingleFileOn(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p, String fileName_p)
          Serializes the content on the response output stream of the HttpServletResponse parameter
 void OwMultifileDownload.OwBufferedSingleContentEntry.serveSingleFileOn(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p, String fileName_p)
          Serializes the content on the HttpServletResponse parameter using the content type acquired through OwMultifileDownload.OwBufferedSingleContentEntry.createMimeType().
 void OwMultifileDownload.OwFolderArchiveEntry.serveSingleFileOn(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p, String fileName_p)
          Serializes the content on the response output stream of the HttpServletResponse parameter as a single file ID this entry is a single-file-entry
 

Uses of OwInvalidOperationException in com.wewebu.ow.server.settingsimpl
 

Methods in com.wewebu.ow.server.settingsimpl that throw OwInvalidOperationException
protected  Object OwSettingsPropertyWindowPositions.getSingleValueFromRequest(javax.servlet.http.HttpServletRequest request_p, String strID_p)
          overridable to apply changes on a submitted form
 void OwSettingsPropertyWindowPositions.OwWindowPositionsImpl.setFromRequest(javax.servlet.http.HttpServletRequest request_p, String strBaseID_p)
          set value from request
 

Constructors in com.wewebu.ow.server.settingsimpl that throw OwInvalidOperationException
OwSettingsPropertyWindowPositions.OwWindowPositionsImpl(javax.servlet.http.HttpServletRequest request_p, String strID_p)
          create from request
 

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

Methods in com.wewebu.ow.server.util that throw OwInvalidOperationException
static byte[] OwSecretEncryption.decrypt(byte[] encrypted_p)
          decrypt the given byte array
static String OwSecretEncryption.decryptToString(byte[] encrypted_p)
          decryt the given byte array to string using "ISO-8859-1" format
static String OwSecretEncryption.decryptToString(byte[] encrypted_p, String format_p)
          decryt the given byte array
static byte[] OwSecretEncryption.encrypt(byte[] bytes_p)
          encrypt the given byte array
static byte[] OwSecretEncryption.encrypt(String text_p)
          encrypt the given string
static byte[] OwSecretEncryption.stringToBytes(String text_p)
          get a byte array from the given string, that was created with bytesToString
 

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

Methods in com.wewebu.ow.server.util.ldap that throw OwInvalidOperationException
 Collection OwLdapConnector.getAllShortGroupNames()
          Reads all groups from the LDAP (e.g.
 Collection OwLdapConnector.getAllShortGroupNames(boolean useAdminAccount_p)
          Reads all groups from the LDAP (e.g.
 Collection<String> OwStandardSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
           
 Collection<String> OwLdapSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
          Reads all groups from the LDAP (e.g.
 Collection<String> OwADSchemaInterpreter.getAllShortGroupNames(OwLdapConnection connection_p)
           
 Object OwLdapConnection.getAttributeValue(String distinguishedName_p, String attributeName_p)
          Get the attribute value for given attribute name.
 String OwLdapConnection.getAttributeValue(String distinguishedName_p, String attributeName_p, boolean trimmCommonName_p)
           
 Collection OwLdapConnector.getShortGroupNames()
          Returns the group names of the user.
 Collection OwLdapConnector.getShortGroupNames(boolean useAdminAccount_p)
          Returns the group names of the user.
 Collection<String> OwStandardSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
           
 Collection<String> OwLdapSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
          Returns the group names of the user.
 Collection<String> OwADSchemaInterpreter.getShortGroupNames(OwLdapConnection connection_p)
           
 Object OwLdapConnection.getUserAttributeValue(String attributeName_p)
           
 String OwLdapConnection.getUserAttributeValue(String attributeName_p, boolean trimmCommonName_p)
           
 String OwLdapConnector.getUserDisplayName()
          Get the user display name, or a null value.
 String OwLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p)
          Get the user display name, or a null value.
 String OwBasicLdapSchemaInterpreter.getUserDisplayName(OwLdapConnection connection_p)
           
 String OwLdapConnector.getUserId()
          Returns a unique ID of the user
 String OwStandardSchemaInterpreter.getUserId(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserId(OwLdapConnection connection_p)
          Returns a unique ID of the user
 String OwADSchemaInterpreter.getUserId(OwLdapConnection connection_p)
           
 String OwLdapConnector.getUserLongName()
          Gets the user's long name
 String OwStandardSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
          Gets the user's long name
 String OwADSchemaInterpreter.getUserLongName(OwLdapConnection connection_p)
           
 String OwLdapConnector.getUserShortName()
          Get the user short name, or a null value.
 String OwStandardSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
           
 String OwLdapSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
          Get the user short name, or a null value.
 String OwADSchemaInterpreter.getUserShortName(OwLdapConnection connection_p)
           
 NamingEnumeration<SearchResult> OwLdapConnection.search(String searchBase_p, String[][] attributeValues_p, String[] returnIds_p)
          Searches the LDAP repository for records matching the given pattern.
 Collection<String> OwLdapConnection.searchAttributeValues(String searchBase_p, String[][] matchAttrs_p, String attribute_p)
           
 

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

Methods in com.wewebu.ow.server.util.paramcodec that throw OwInvalidOperationException
static OwTransientCodec OwTransientCodec.createConfiguredCodec(OwMainAppContext context_p)
          Creates a new OwTransientCodec based on the bootstrap configuration that is accessed through the given OwMainAppContext.
The expected XML structure of the URLParameterCodec tag element is the following : URLLifeTimeTime - tag Configures the amount of time an encoded URL parameter map is valid.
static OwNetworkAttributeBagCodec OwNetworkAttributeBagCodec.createConfiguredCodec(OwMainAppContext context_p)
          Creates a new OwNetworkAttributeBagCodec based on the bootstrap configuration that is
accessed through the given OwMainAppContext.
The expected XML structure of the URLParameterCodec tag element is the following :

URLLifeTime - tag
Configures the amount of time an encoded URL parameter map is valid.
After that the parameter map is considered expired and links that relay
on are considered out of date / expired and will not produce the desired response.

Attributes :
days = days until the parameter map expires considering the URL parameter map encoding time
hours = hours until the parameter map expires considering the URL parameter map encoding time
minutes = minutes until the parameter map expires considering the URL parameter map encoding time
seconds = seconds until the parameter map expires considering the URL parameter map encoding time


AttributeBags - tag
Configures the attribute bag storage name for the parameters maps.
In order to prevent name conflicts in attribute bags usage unique bag names prefixes should
be specified here.

Attributes :
codecprefix = a string prefix to be used in codec internal bag names
cookieprefix = a string prefix to be used in codec internal bag names that will store
cookie based parameter maps
user = user to be used when storing codec attribute bags

CookieParameter - tag
The parameter map codec encodes a parameter map into another parameter map containing
one cookie defining parameter.
protected  String OwCookieStoreCodec.createCookie(long uniqueNameIndex_p)
           
 String OwAlphabetCoder.encode(long aLong_p)
          Encodes the given long in a numeric base given by the length of the alphabet.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.