Uses of Class
org.dspace.orcid.OrcidOperation
-
Packages that use OrcidOperation Package Description org.dspace.orcid -
-
Uses of OrcidOperation in org.dspace.orcid
Fields in org.dspace.orcid with type parameters of type OrcidOperation Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<OrcidHistory,OrcidOperation>OrcidHistory_. operationstatic javax.persistence.metamodel.SingularAttribute<OrcidQueue,OrcidOperation>OrcidQueue_. operationMethods in org.dspace.orcid that return OrcidOperation Modifier and Type Method Description OrcidOperationOrcidHistory. getOperation()OrcidOperationOrcidQueue. getOperation()static OrcidOperationOrcidOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcidOperation[]OrcidOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.orcid with parameters of type OrcidOperation Modifier and Type Method Description voidOrcidHistory. setOperation(OrcidOperation operation)voidOrcidQueue. setOperation(OrcidOperation operation)
-