org.exoplatform.services.workflow.impl.jbpm
Class FileDefinitionWapper
java.lang.Object
org.exoplatform.services.workflow.impl.jbpm.FileDefinitionWapper
- All Implemented Interfaces:
- FileDefinition
public class FileDefinitionWapper
- extends java.lang.Object
- implements FileDefinition
Created by The eXo Platform SARL
Author : Pham Xuan Hoa
hoa.pham@exoplatform.com
Dec 18, 2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDefinitionWapper
public FileDefinitionWapper(org.jbpm.file.def.FileDefinition fileDef)
deploy
public void deploy()
throws java.lang.Exception
- Specified by:
deploy in interface FileDefinition
- Throws:
java.lang.Exception
getCustomizedView
public java.lang.String getCustomizedView(java.lang.String stateName)
- Specified by:
getCustomizedView in interface FileDefinition
getEntries
public java.util.Hashtable<java.lang.String,byte[]> getEntries()
- Specified by:
getEntries in interface FileDefinition
getEntry
public byte[] getEntry(java.lang.String path)
throws java.lang.Exception
- Specified by:
getEntry in interface FileDefinition
- Throws:
java.lang.Exception
getProcessModelName
public java.lang.String getProcessModelName()
- Specified by:
getProcessModelName in interface FileDefinition
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.lang.String stateName,
java.util.Locale locale)
- Specified by:
getResourceBundle in interface FileDefinition
getVariables
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getVariables(java.lang.String stateName)
- Specified by:
getVariables in interface FileDefinition
isDelegatedView
public boolean isDelegatedView(java.lang.String stateName)
- Specified by:
isDelegatedView in interface FileDefinition
isFormDefined
public boolean isFormDefined(java.lang.String stateName)
- Specified by:
isFormDefined in interface FileDefinition
Copyright © 2012 eXo Platform SAS. All Rights Reserved.