public abstract class OwAlfrescoBPMObjectClass extends Object implements com.wewebu.ow.server.ecm.OwObjectClass
Wrapper over an OwObjectClass
that adds some extra properties.
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 | Field and Description |
---|---|
static String |
PROP_BPM_ASSIGNEE |
static String |
PROP_BPM_ASSIGNEES |
static String |
PROP_BPM_GROUP_ASSIGNEE |
static String |
PROP_BPM_GROUP_ASSIGNEES |
static String |
PROP_BPM_PACKAGE |
static String |
PROP_BPM_TASK_ID |
static String |
PROP_CM_CREATED |
static String |
PROP_CM_OWNER |
static String |
PROP_IS_CLAIMABLE |
static String |
PROP_IS_POOLED |
static String |
PROP_IS_RELEASABLE |
static String |
PROP_OW_ASSIGNEE |
static String |
PROP_OW_ATTACHMENTS |
static String |
PROP_OW_RESUBMIT_DATE |
static String |
PROP_OW_STEPPROCESSOR_JSP_PAGE |
static String |
PROP_OW_TASK_TITLE |
static String |
PROP_STATE |
protected Map<String,com.wewebu.ow.server.ecm.OwPropertyClass> |
virtualProperties |
protected com.wewebu.ow.server.ecm.OwObjectClass |
wrappedObjectClass |
Constructor and Description |
---|
OwAlfrescoBPMObjectClass(com.wewebu.ow.server.ecm.OwObjectClass wrappedObjectClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
canCreateNewObject() |
Map |
getChildNames(com.wewebu.ow.server.ecm.OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p) |
List |
getChilds(com.wewebu.ow.server.ecm.OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p) |
String |
getClassName() |
String |
getDescription(Locale locale_p) |
String |
getDisplayName(Locale locale_p) |
List |
getModes(int operation_p) |
String |
getNamePropertyName() |
com.wewebu.ow.server.ecm.OwObjectClass |
getParent() |
com.wewebu.ow.server.ecm.OwPropertyClass |
getPropertyClass(String strClassName_p) |
Collection |
getPropertyClassNames() |
int |
getType() |
boolean |
hasChilds(com.wewebu.ow.server.ecm.OwNetwork network_p,
boolean fExcludeHiddenAndNonInstantiable_p,
int context_p) |
boolean |
hasVersionSeries() |
boolean |
isHidden() |
public static final String PROP_STATE
public static final String PROP_IS_CLAIMABLE
public static final String PROP_IS_RELEASABLE
public static final String PROP_IS_POOLED
public static final String PROP_OW_RESUBMIT_DATE
public static final String PROP_OW_STEPPROCESSOR_JSP_PAGE
public static final String PROP_CM_CREATED
public static final String PROP_BPM_PACKAGE
public static final String PROP_BPM_TASK_ID
public static final String PROP_BPM_ASSIGNEE
public static final String PROP_BPM_ASSIGNEES
public static final String PROP_BPM_GROUP_ASSIGNEE
public static final String PROP_BPM_GROUP_ASSIGNEES
public static final String PROP_OW_ATTACHMENTS
public static final String PROP_OW_TASK_TITLE
public static final String PROP_OW_ASSIGNEE
public static final String PROP_CM_OWNER
protected com.wewebu.ow.server.ecm.OwObjectClass wrappedObjectClass
public OwAlfrescoBPMObjectClass(com.wewebu.ow.server.ecm.OwObjectClass wrappedObjectClass)
public int getType()
getType
in interface com.wewebu.ow.server.ecm.OwObjectClass
public List getChilds(com.wewebu.ow.server.ecm.OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p) throws Exception
getChilds
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public Map getChildNames(com.wewebu.ow.server.ecm.OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p) throws Exception
getChildNames
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public boolean hasChilds(com.wewebu.ow.server.ecm.OwNetwork network_p, boolean fExcludeHiddenAndNonInstantiable_p, int context_p) throws Exception
hasChilds
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public String getClassName()
getClassName
in interface com.wewebu.ow.server.ecm.OwObjectClass
public String getDisplayName(Locale locale_p)
getDisplayName
in interface com.wewebu.ow.server.ecm.OwObjectClass
public com.wewebu.ow.server.ecm.OwPropertyClass getPropertyClass(String strClassName_p) throws Exception
getPropertyClass
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public Collection getPropertyClassNames() throws Exception
getPropertyClassNames
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public String getNamePropertyName() throws Exception
getNamePropertyName
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public boolean canCreateNewObject() throws Exception
canCreateNewObject
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public boolean hasVersionSeries() throws Exception
hasVersionSeries
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public List getModes(int operation_p) throws Exception
getModes
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
public String getDescription(Locale locale_p)
getDescription
in interface com.wewebu.ow.server.ecm.OwObjectClass
public boolean isHidden() throws Exception
isHidden
in interface com.wewebu.ow.server.ecm.OwObjectClass
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.