In addition to retrieving values, your script’s end user may need to set values in order for a task to be completed. CIM has a text-based interface, and users can input information as shown by the bold line in the following example, which allows the user to enter a value for the serverInstanceName property:

<task id="CreateJBossAppServerInstanceTask"
  class="atg.cim.jboss.CreateJbossAppServerInstanceTask">
   <property name="serverInstanceName">
     <value>pub_commerce</value>

      <input type="text">
         <label>Enter a unique server instance name:</label>
      </input>

etc.

Note that if you use a SelectProvider to set a property, such as the serverInstanceName in the sample above, that SelectProvider must have that property, and it must be of the same type.

CIM supports the following types of input:


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices