public interface OwBPMVirtualQueue
Workdesk BPM Plugin.
Interface for all virtual queues.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
String |
applyRules(com.wewebu.ow.server.ecm.OwObject obj_p)
check if the rules apply to this object so it should be displayed with a color
|
boolean |
canResubmit()
check if resubmission is supported by the queue
|
void |
enableFilter(boolean fEnable_p)
switch filter on or off
|
List |
getColumnInfo()
get the column info for the child list columns
|
String |
getDisplayName()
get the name of the queue
|
String |
getIcon()
get the path / URL to the icon for the queue
|
int |
getItemCount(int context_p)
get the number of items in the queue
|
String |
getName()
get the name of the queue
|
com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwFilter |
getObjectListFilter()
get the filter setting
|
com.wewebu.ow.server.ecm.bpm.OwWorkitemContainer |
getQueueFolder()
get the work item container of that queue
|
com.wewebu.ow.server.field.OwSearchTemplate |
getSearchTemplate()
get the search template for the queue
|
com.wewebu.ow.server.field.OwSort |
getSort()
the sort object to use for this queue
|
com.wewebu.ow.server.ecm.OwObjectCollection |
getWorkItems(com.wewebu.ow.server.field.OwSearchNode filterNode_p)
get the workitems from the queue
|
boolean |
isFilter()
check if filter is enabled
|
boolean |
isHideIfEmpty()
Tells if this queue should be hidden if empty.
|
boolean |
isResubmitFilter()
check if resubmission filter is on
|
void |
toggleFilter()
switch filter on or off
|
void |
toggleResubmitFilter()
switch resubmission view on or off
|
boolean canResubmit() throws Exception
Exception
String getIcon() throws Exception
Exception
String applyRules(com.wewebu.ow.server.ecm.OwObject obj_p)
obj_p
- OwObject work item to check forcom.wewebu.ow.server.ecm.OwObjectCollection getWorkItems(com.wewebu.ow.server.field.OwSearchNode filterNode_p) throws Exception
Exception
com.wewebu.ow.server.field.OwSort getSort() throws Exception
Exception
List getColumnInfo() throws Exception
Exception
com.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwFilter getObjectListFilter() throws Exception
Exception
int getItemCount(int context_p) throws Exception
context_p
- int on of OwStatusContextDefinitions.STATUS_CONTEXT_...Exception,OwStatusContextException
Exception
com.wewebu.ow.server.field.OwSearchTemplate getSearchTemplate() throws Exception
Exception
void toggleResubmitFilter()
boolean isResubmitFilter()
void toggleFilter()
void enableFilter(boolean fEnable_p)
boolean isFilter()
com.wewebu.ow.server.ecm.bpm.OwWorkitemContainer getQueueFolder()
boolean isHideIfEmpty()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.