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

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


   *
   * @return the propertyset associated with the current workflow.
   */
  protected final InfogluePropertySet getPropertySet()
  {
    return new InfogluePropertySet(WorkflowController.getController().getPropertySet(getPrincipal(), Long.valueOf(getWorkflowID()).longValue()));
  }
View Full Code Here

TOP

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

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.