org.camunda.bpm.engine.impl.mail
Class CreateMailScanCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.mail.CreateMailScanCmd
All Implemented Interfaces:
Command<MailScanCmd>

public class CreateMailScanCmd
extends Object
implements Command<MailScanCmd>

Author:
Tom Baeyens

Field Summary
protected  String userId
           
protected  String userPassword
           
 
Constructor Summary
CreateMailScanCmd(String userId, String userPassword)
           
 
Method Summary
 MailScanCmd execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

protected String userId

userPassword

protected String userPassword
Constructor Detail

CreateMailScanCmd

public CreateMailScanCmd(String userId,
                         String userPassword)
Method Detail

execute

public MailScanCmd execute(CommandContext commandContext)
Specified by:
execute in interface Command<MailScanCmd>


Copyright © 2014 camunda services GmbH. All Rights Reserved.