KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jahia > content > State


1
2 package org.jahia.content;
3
4 /**
5  * This class represents the current state of a content object. To be used in
6  * the new workflow system.
7  * @todo this is still a very abstract class, to be completed.
8  * @author Serge Huber
9  */

10 public class State {
11 }
12
Popular Tags