Examples of TypedActivityInput


Examples of uk.org.ogsadai.activity.io.TypedActivityInput

    @Override
    protected ActivityInput[] getIterationInputs()
    {
        return new ActivityInput[] {
                new TypedActivityInput(INPUT_GATEWAY_URI, String.class),
                new TypedActivityInput(INPUT_RESULT_NAME, String.class),
                new TypedOptionalActivityInput(INPUT_POLL_INTERVAL,
                        Number.class, 500) };
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.