1 17 package org.alfresco.service.cmr.view; 18 19 20 25 public interface ImporterBinding 26 { 27 28 31 public enum UUID_BINDING 32 { 33 CREATE_NEW, REMOVE_EXISTING, REPLACE_EXISTING, UPDATE_EXISTING, THROW_ON_COLLISION 34 } 35 36 41 public UUID_BINDING getUUIDBinding(); 42 43 49 public boolean allowReferenceWithinTransaction(); 50 51 57 public String getValue(String key); 58 59 } 60 | Popular Tags |