org.ofbiz.minilang.method
Interface MethodOperation.Factory<M extends MethodOperation>

All Known Implementing Classes:
AddError.AddErrorFactory, Assert.AssertFactory, Calculate.CalculateFactory, CallBsh.CallBshFactory, CallClassMethod.CallClassMethodFactory, CallObjectMethod.CallObjectMethodFactory, CallService.CallServiceFactory, CallServiceAsynch.CallServiceAsynchFactory, CallSimpleMapProcessor.CallSimpleMapProcessorFactory, CallSimpleMethod.CallSimpleMethodFactory, CheckErrors.CheckErrorsFactory, CheckId.CheckIdFactory, CheckPermission.CheckPermissionFactory, ClearCacheLine.ClearCacheLineFactory, ClearEntityCaches.ClearEntityCachesFactory, ClearField.ClearFieldFactory, CloneValue.CloneValueFactory, CreateObject.CreateObjectFactory, CreateValue.CreateValueFactory, EntityAnd.EntityAndFactory, EntityCondition.EntityConditionFactory, EntityCount.EntityCountFactory, EntityData.EntityDataFactory, EntityOne.EntityOneFactory, EnvToEnv.EnvToEnvFactory, EnvToField.EnvToFieldFactory, FieldToEnv.FieldToEnvFactory, FieldToField.FieldToFieldFactory, FieldToList.FieldToListFactory, FieldToRequest.FieldToRequestFactory, FieldToResult.FieldToResultFactory, FieldToSession.FieldToSessionFactory, FilterListByAnd.FilterListByAndFactory, FilterListByDate.FilterListByDateFactory, FindByAnd.FindByAndFactory, FindByPrimaryKey.FindByPrimaryKeyFactory, FirstFromList.FirstFromListFactory, GetRelated.GetRelatedFactory, GetRelatedOne.GetRelatedOneFactory, IfCompare.IfCompareFactory, IfCompareField.IfCompareFieldFactory, IfEmpty.IfEmptyFactory, IfHasPermission.IfHasPermissionFactory, IfInstanceOf.IfInstanceOfFactory, IfNotEmpty.IfNotEmptyFactory, IfRegexp.IfRegexpFactory, IfValidateMethod.IfValidateMethodFactory, Iterate.IterateFactory, IterateMap.IterateMapFactory, ListToList.ListToListFactory, Log.LogFactory, Loop.LoopFactory, MakeNextSeqId.MakeNextSeqIdFactory, MakeValue.MakeValueFactory, MapToMap.MapToMapFactory, MasterIf.MasterIfFactory, NowDateToEnv.NowDateFactory, NowDateToEnv.NowDateToEnvFactory, NowTimestampToEnv.NowTimestampFactory, NowTimestampToEnv.NowTimestampToEnvFactory, OrderMapList.OrderMapListFactory, OrderValueList.OrderValueListFactory, PropertyToField.PropertyToFieldFactory, RefreshValue.RefreshValueFactory, RemoveByAnd.RemoveByAndFactory, RemoveList.RemoveListFactory, RemoveRelated.RemoveRelatedFactory, RemoveValue.RemoveValueFactory, RequestParametersToList.RequestParametersToListFactory, RequestToField.RequestToFieldFactory, Return.ReturnFactory, SequencedIdToEnv.SequencedIdFactory, SequencedIdToEnv.SequencedIdToEnvFactory, SessionToField.SessionToFieldFactory, SetCalendar.SetCalendarFactory, SetCurrentUserLogin.SetCurrentUserLoginFactory, SetNonpkFields.SetNonpkFieldsFactory, SetOperation.SetOperationFactory, SetPkFields.SetPkFieldsFactory, SetServiceFields.SetServiceFieldsFactory, StoreList.StoreListFactory, StoreValue.StoreValueFactory, StringAppend.StringAppendFactory, StringToField.StringToFieldFactory, StringToList.StringToListFactory, ToString.ToStringFactory, TransactionBegin.TransactionBeginFactory, TransactionCommit.TransactionCommitFactory, TransactionRollback.TransactionRollbackFactory, WebappPropertyToField.WebappPropertyToFieldFactory, While.WhileFactory
Enclosing class:
MethodOperation

public static interface MethodOperation.Factory<M extends MethodOperation>


Method Summary
 M createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 

Method Detail

createMethodOperation

M createMethodOperation(org.w3c.dom.Element element,
                        SimpleMethod simpleMethod)

getName

java.lang.String getName()