Interface NewItemService
-
- All Known Implementing Classes:
CmsNewItemServiceImpl,NewItemServiceImpl,WorkflowNewItemServiceImpl
public interface NewItemService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedObjectcreateNewItem(ObjectValueContainer valueContainer, ObjectTemplate template)java.util.Set<PropertyDescriptor>getMandatoryAttributes(ObjectType type)voidsetDefaultValues(ObjectValueContainer valueContainer, ObjectTemplate template)
-
-
-
Method Detail
-
setDefaultValues
void setDefaultValues(ObjectValueContainer valueContainer, ObjectTemplate template)
-
createNewItem
TypedObject createNewItem(ObjectValueContainer valueContainer, ObjectTemplate template) throws ValueHandlerException
- Throws:
ValueHandlerException
-
getMandatoryAttributes
java.util.Set<PropertyDescriptor> getMandatoryAttributes(ObjectType type)
-
-