* @return the newly built action
*/
public PersistResourceExecution<Person> getCreatePersonAction(final PersonMapper inPersonMapper,
final UpdaterStrategy inUpdater)
{
return new PersistResourceExecution<Person>(inPersonMapper, this, inUpdater, new PersonCreator(inPersonMapper,
readonlyStreamsMapper, readOnlyStreamsNameList, personPropertiesGenerator));
}