%@ include file="/portal/include/include_java.jsp" %>
<%@ page import="com.appiancorp.suiteapi.type.AppianType"%>
<%@ page import="org.apache.commons.lang.StringUtils"%>
<%-- User can only save into ACPs of these types --%>
<%=StringUtils.join(new Integer[]{
AppianType.STRING,
AppianType.LIST_OF_STRING,
AppianType.INTEGER,
AppianType.LIST_OF_INTEGER,
AppianType.DOUBLE,
AppianType.LIST_OF_DOUBLE,
AppianType.BOOLEAN,
AppianType.LIST_OF_BOOLEAN,
AppianType.TIME,
AppianType.LIST_OF_TIME,
AppianType.DATE,
AppianType.LIST_OF_DATE,
AppianType.TIMESTAMP,
AppianType.LIST_OF_TIMESTAMP}, ',')%>