Package org.infoglue.cms.applications.workflowtool.util

Examples of org.infoglue.cms.applications.workflowtool.util.ContentValues


  /**
   *
   */
  protected void populateContentValues() throws WorkflowException
  {
    final ContentValues result = new ContentValues();
   
    result.setName(populate(CONTENT_PROPERTYSET_PREFIX + ContentValues.NAME));
    result.setPublishDateTime(populate(CONTENT_PROPERTYSET_PREFIX + ContentValues.PUBLISH_DATE_TIME));
    result.setExpireDateTime(populate(CONTENT_PROPERTYSET_PREFIX + ContentValues.EXPIRE_DATE_TIME));

    setParameter(CONTENT_VALUES_PARAMETER, result);
  }
View Full Code Here

TOP

Related Classes of org.infoglue.cms.applications.workflowtool.util.ContentValues

Copyright © 2018 www.massapicom. 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.