* @param config
*/
protected void save(final NewAssetWithContentConfiguration< ? extends PortableObject> config,
final T content) {
RepositoryServiceAsync repositoryService = GWT.create( RepositoryService.class );
repositoryService.createNewRule( config,
createCreateAssetCallback( content ) );
}
/**
* Call-back following creation of the new Asset. Upon successful creation