Package org.imixs.marty.plugins
Class ProfilePlugin
java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.marty.profile.ProfilePlugin
org.imixs.marty.plugins.ProfilePlugin
- All Implemented Interfaces:
org.imixs.workflow.Plugin
Deprecated.
This plugin is deprecated an simply overwrite the Marty Profile Plugin.
Because the plugin was used by older workflow models the plugin will not be
removed.
- Version:
- 3.0
- Author:
- rsoika
-
Field Summary
Fields inherited from class org.imixs.marty.profile.ProfilePlugin
DEFAULT_USER_INPUT_MODE, DEFAULT_USERID_PATTERN, EMAIL_ALREADY_TAKEN, EMAIL_PATTERN, INVALID_EMAIL, INVALID_USERNAME, NO_PROFILE_SERVICE_FOUND, USERNAME_ALREADY_TAKENFields inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
INVALID_ITEMVALUE_FORMAT, INVALID_PROPERTYVALUE_FORMAT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.imixs.workflow.ItemCollectionrun(org.imixs.workflow.ItemCollection adocumentContext, org.imixs.workflow.ItemCollection documentActivity) Deprecated.The Plug-in verifies if the workitem is from the type 'profile'.Methods inherited from class org.imixs.marty.profile.ProfilePlugin
close, isValidEmailAddress, isValidUserIdMethods inherited from class org.imixs.workflow.engine.plugins.AbstractPlugin
getCtx, getWorkflowService, init, mergeFieldList, uniqueList
-
Constructor Details
-
ProfilePlugin
public ProfilePlugin()Deprecated.
-
-
Method Details
-
run
public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection adocumentContext, org.imixs.workflow.ItemCollection documentActivity) throws org.imixs.workflow.exceptions.PluginException Deprecated.Description copied from class:ProfilePluginThe Plug-in verifies if the workitem is from the type 'profile'. The plug-in tests if the usernam or email is unique- Specified by:
runin interfaceorg.imixs.workflow.Plugin- Overrides:
runin classProfilePlugin- Throws:
org.imixs.workflow.exceptions.PluginException
-