| java.lang.Object org.ofbiz.workflow.impl.WfResourceImpl
WfResourceImpl | public class WfResourceImpl implements WfResource(Code) | | WfResourceImpl - Workflow Resource Object implementation
author: Andy Zeneski version: $Revision: 1.2 $ since: 2.0 |
WfResourceImpl | public WfResourceImpl(GenericDelegator delegator, String resourceKey, String resourceName, String partyId, String roleTypeId)(Code) | | Creates a new WfResource
Parameters: resourceKey - Uniquely identifies the resource Parameters: resourceName - The name of the resource Parameters: partyId - The partyID of this resource Parameters: roleTypeId - The roleTypeId of this resource Parameters: fromDate - The fromDate of this resource |
WfResourceImpl | public WfResourceImpl(GenericValue valueObject)(Code) | | Creates a new WfResource
Parameters: valueObject - The GenericValue object of the WorkflowParticipant |
|
|