Class KewTypeBoServiceImpl
java.lang.Object
org.kuali.rice.kew.impl.repository.KewTypeBoServiceImpl
- All Implemented Interfaces:
KewTypeRepositoryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateKewType(KewTypeDefinition kewType) This overridden method creates a KewType if it does not already exist in the repository.voidcreateKewTypeAttribute(KewTypeAttribute kewTypeAttribute) This overridden method creates a KewTypeAttribute if it does not already exist in the repository.findAllTypesByNamespace(String namespace) getTypeById(String id) getTypeByNameAndNamespace(String name, String namespace) voidsetDataObjectService(DataObjectService dataObjectService) Sets the dataObjectService attribute value.voidupdateKewType(KewTypeDefinition kewType) This overridden method updates an existing KewTypevoidupdateKewTypeAttribute(KewTypeAttribute kewTypeAttribute) This overridden method updates an existing KewTypeAttribute
-
Constructor Details
-
KewTypeBoServiceImpl
public KewTypeBoServiceImpl()
-
-
Method Details
-
createKewType
This overridden method creates a KewType if it does not already exist in the repository.- Specified by:
createKewTypein interfaceKewTypeRepositoryService- See Also:
-
updateKewType
This overridden method updates an existing KewType- Specified by:
updateKewTypein interfaceKewTypeRepositoryService- See Also:
-
getTypeById
- Specified by:
getTypeByIdin interfaceKewTypeRepositoryService
-
getTypeByNameAndNamespace
- Specified by:
getTypeByNameAndNamespacein interfaceKewTypeRepositoryService
-
findAllTypesByNamespace
- Specified by:
findAllTypesByNamespacein interfaceKewTypeRepositoryService
-
findAllTypes
- Specified by:
findAllTypesin interfaceKewTypeRepositoryService
-
setDataObjectService
Sets the dataObjectService attribute value.- Parameters:
dataObjectService- The dataObjectService to set.
-
createKewTypeAttribute
This overridden method creates a KewTypeAttribute if it does not already exist in the repository.- Specified by:
createKewTypeAttributein interfaceKewTypeRepositoryService- See Also:
-
updateKewTypeAttribute
This overridden method updates an existing KewTypeAttribute- Specified by:
updateKewTypeAttributein interfaceKewTypeRepositoryService- See Also:
-