Uses of Class
org.dspace.workflow.MappingType
-
Packages that use MappingType Package Description org.dspace.workflow DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE. -
-
Uses of MappingType in org.dspace.workflow
Fields in org.dspace.workflow with type parameters of type MappingType Modifier and Type Field Description protected List<MappingType>TasksetMapType. mappingMethods in org.dspace.workflow that return MappingType Modifier and Type Method Description MappingTypeObjectFactory. createMappingType()Create an instance ofMappingTypeMethods in org.dspace.workflow that return types with arguments of type MappingType Modifier and Type Method Description List<MappingType>TasksetMapType. getMapping()Gets the value of the mapping property.
-