Changeset 2488

Show
Ignore:
Timestamp:
10/03/08 13:24:50 (3 months ago)
Author:
dsanders
Message:

Added some constants for getting entities from a context.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/otis/src/org/bandit/otis/utils/Constants.java

    r2481 r2488  
    6262        public static final String              TEMPLATE_IS_IN_ROLE = "isInRole"; 
    6363         
     64        public static final String              TEMPLATE_ENTITY_LIST = "entityList"; 
    6465        public static final String              TEMPLATE_ENTITY_TYPE = "entityType"; 
     66        public static final String              TEMPLATE_ENTITY_ID = "entityID"; 
    6567        public static final String              TEMPLATE_ATTR_LIST = "attrList"; 
    6668        public static final String              TEMPLATE_ATTR_ID = "attrID";