Uses of Class
com.jalios.jcms.WFNote
-
Packages that use WFNote Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). -
-
Uses of WFNote in com.jalios.jcms
Methods in com.jalios.jcms that return WFNote Modifier and Type Method Description static WFNote
JcmsUtil. getLastWFNote(Publication pub)
WFNote
WorkflowManager. getLastWFNote(Publication pub)
Returns the last WFNote created for this publication.Methods in com.jalios.jcms that return types with arguments of type WFNote Modifier and Type Method Description java.util.List<WFNote>
Publication. getWFNoteList()
Returns the list of WFNote bound to this publication.java.util.List<WFNote>
WorkflowManager. getWFNoteList(Publication pub)
Returns the list of WFNote bound to the given publication.Methods in com.jalios.jcms with parameters of type WFNote Modifier and Type Method Description protected void
WFAction. sendAlert(Publication pub, java.util.Collection<Member> recipientSet, boolean isReminder, java.lang.String alertName, WFNote note)
Constructors in com.jalios.jcms with parameters of type WFNote Constructor Description WFNote(WFNote other)
-
Uses of WFNote in com.jalios.jcms.handler
Methods in com.jalios.jcms.handler that return WFNote Modifier and Type Method Description WFNote
VersionHandler. getWFNote(Publication oldPub)
-