All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fluidbpm.program.api.util.cache.CustomCode Maven / Gradle / Ivy

Go to download

Used for the * Custom Program Step, * Custom Actions, * Scheduled Actions and * Fluid API in the Fluid BPM and Content Management system.

There is a newer version: 1.12
Show newest version
/*
 * Koekiebox CONFIDENTIAL
 *
 * [2012] - [2017] Koekiebox (Pty) Ltd
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property
 * of Koekiebox and its suppliers, if any. The intellectual and
 * technical concepts contained herein are proprietary to Koekiebox
 * and its suppliers and may be covered by South African and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material is strictly
 * forbidden unless prior written permission is obtained from Koekiebox.
 */

package com.fluidbpm.program.api.util.cache;

/**
 * User: jasonbruwer Date: 2014/07/11 Time: 3:14 PM
 */
public class CustomCode {
	public static final String JAVA_LANG_OBJECT = "java.lang.Object";
	
	/**
	 *
	 */
	public static final class IWord {
		public static final String NAME = "com.flowjob.domain.ruleengine.IWord";

		public static final String METHOD_getWord = "getWord";
	}

	/**
	 *
	 */
	public static final class ADataType {
		public static final String NAME = "com.flowjob.domain.ruleengine.datatype.ADataType";

		public static final String VARIABLE_fieldValueForCachingId = "fieldValueForCachingId";
		public static final String METHOD_getValue = "getValue";
	}

	/**
	 *
	 */
	public static final class MultipleChoice {
		public static final String NAME = "com.flowjob.domain.ruleengine.datatype.MultipleChoice";

		public static final String METHOD_getAvailableChoices = "getAvailableChoices";
		public static final String METHOD_getSelectedChoices = "getSelectedChoices";

	}

	/**
	 *
	 */
	public static final class MultipleChoiceValue {
		public static final String NAME = "com.flowjob.domain.ruleengine.datatype.MultipleChoiceValue";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy