Package | Description |
---|---|
com.axemble.vdoc.sdk.exceptions | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Class and Description |
---|---|
class |
PortalSecurityException |
Modifier and Type | Method and Description |
---|---|
String |
IIndexController.addDocument(Serializable objectToIndex)
Index or reindex an object
|
void |
IMailingList.addEmail(IContext context,
String email)
Adds an email address to the mailing list.
|
IProtocolSupport |
IMailingList.getLink()
Gets the resource associated with the mailing list.
|
void |
IIndexController.incrementalIndex(Date lastIndexDate)
Run an incremental index
|
void |
IIndexController.reindex()
Recreate an index
|
void |
IIndexController.removeDocument(String idToUnindex)
Remove an object from index
|
Modifier and Type | Method and Description |
---|---|
void |
IBasePortalModule.addAuthenticationKey(String key,
IUser user,
Date expirationDate,
String authorizedAddresses)
Adds an authenticationKey for a user
The ExternalAuthenticationLoginModule will be automatically connect the user if he uses the parameter _AuthenticationKey
|
IConnectionDefinition<?> |
IBasePortalModule.createConnectionDefinition(IContext context,
IOrganization organization,
String name,
String label,
String categoryName)
Create a connection definition
|
IMailingList |
IBasePortalModule.createMailingList(IContext context,
IOrganization organization,
String name,
String label,
int type)
Creates a new mailing list.
|
void |
IBasePortalModule.createNewSession(String login)
Creates a new session.
|
IReport |
IBasePortalModule.executeTask(Class<?> extensionClass,
Map<String,String> parameters)
Execute a BaseTaskExtension
|
String |
IBasePortalModule.generateAuthenticationKey(IUser user,
Date expirationDate,
String authorizedAddresses)
Generates and adds an authenticationKey for a user
The ExternalAuthenticationLoginModule will be automatically connect the user if he uses the parameter _AuthenticationKey
|
IConnectionDefinition<?> |
IBasePortalModule.getConnectionDefinition(IContext context,
String name)
Gets a connection from its name.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitions(IContext context)
Gets a collection of connections.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitionsByCategoryName(IContext context,
String categoryName)
Gets a connection from its name.
|
Collection<? extends IConnectionDefinition<?>> |
IBasePortalModule.getConnectionDefinitionsByTypeName(IContext context,
String type)
Gets a connection from its name.
|
IIndexController |
IBasePortalModule.getIndexController(String name)
Gets the controller of the specified index name.
|
IJMSController |
IBasePortalModule.getJMSController()
Gets a JMS controller.
|
IMailingList |
IBasePortalModule.getMailingList(IContext context,
String name,
int type)
Gets a mailing list by its name.
|
IMailingList |
IBasePortalModule.getMailingList(IStorageKey key)
Gets a mailing list object from its identifier.
|
IMailingList |
IBasePortalModule.getMailingList(Object object)
Deprecated.
use getMailingList( IStorageKey key )
|
Collection<? extends IMailingList> |
IBasePortalModule.getMailingLists(IContext context)
Gets all mailing lists.
|
INotificationController |
IBasePortalModule.getNotificationController()
Get an
INotificationController |
IPortlet |
IBasePortalModule.getPortlet(IContext context,
String name)
Gets a portlet by its name.
|
ISecurityController |
IBasePortalModule.getSecurityController(ISecuritySupport securitySupport)
Gets a security controller on a specified object.
|
void |
IBasePortalModule.killCurrentSession()
Kills the current session.
|
void |
IBasePortalModule.killSession(javax.servlet.http.HttpSession session)
Kills a session.
|
void |
IBasePortalModule.replaceCurrentSession(String login)
Replaces the current session.
|
void |
IBasePortalModule.send(javax.mail.internet.MimeMessage message)
Allows to send a message through the mail agent.
|
Copyright © 2022 Visiativ. All rights reserved.