Uses of Class
edu.internet2.middleware.grouper.app.attestation.AttestationStemSave
Packages that use AttestationStemSave
-
Uses of AttestationStemSave in edu.internet2.middleware.grouper.app.attestation
Methods in edu.internet2.middleware.grouper.app.attestation that return AttestationStemSaveModifier and TypeMethodDescriptionAttestationStemSave.addEmailAddress(Subject subject) add email address of the given subjectAttestationStemSave.addEmailAddress(String theEmailAddress) add email addressAttestationStemSave.addEmailAddresses(Group group) add email addresses from members of the given groupAttestationStemSave.assignAttestationType(AttestationType theAttestationType) add attestation typeAttestationStemSave.assignDaysBeforeToRemind(int theDaysBeforeToRemind) days before attestation to remindAttestationStemSave.assignDaysUntilRecertify(int theDaysUntilRecertify) days until recertifyAttestationStemSave.assignEmailAddresses(String theEmailAddresses) assign email addresses (separated by semicolon)AttestationStemSave.assignEmailAddresses(Set<String> theEmailAddresses) assign email addressesAttestationStemSave.assignEmailGroup(Group theGroup) assign group to email for group attestationAttestationStemSave.assignEmailGroupId(String theGroupId) assign group to email for group attestationAttestationStemSave.assignEmailGroupName(String theGroupName) assign group to email for group attestationAttestationStemSave.assignGroupCanAttest(Group theGroup) assign a groupAttestationStemSave.assignGroupIdCanAttest(String theGroupId) group id to add to, mutually exclusive with group name and groupAttestationStemSave.assignGroupNameCanAttest(String theGroupName) group name to add to, mutually exclusive with group id and groupAttestationStemSave.assignMarkAsAttested(boolean theMarkAsAttested) mark stem as attestedAttestationStemSave.assignReplaceAllSettings(boolean theReplaceAllSettings) replace all existing settings. defaults to true.AttestationStemSave.assignReportConfigName(String reportConfigName) assign report config nameAttestationStemSave.assignReportMarkerAttributeAssignId(String reportMarkerAttributeAssignId) assign report attribute assign idAttestationStemSave.assignRunAsRoot(boolean runAsRoot) set this to true to run as a root sessionAttestationStemSave.assignSaveMode(SaveMode theSaveMode) assign save modeAttestationStemSave.assignSendEmail(boolean theSendEmail) assign send emailAttestationStemSave.assignStem(Stem theStem) assign a stemAttestationStemSave.assignStemId(String theStemId) stem id to add to, mutually exclusive with stem name and stemAttestationStemSave.assignStemName(String theStemName) stem name to add to, mutually exclusive with stem id and stemAttestationStemSave.assignStemScope(Stem.Scope theStemScope) assign stem scope for propagation, Stem.Scope.ONE or Stem.Scope.SUBAttestationStemSave.assignStemScope(String theStemScope) assign stem scope for propagation, ONE or SUBAttestationStemSave.assignUseThreadForPropagation(boolean theUseThreadForPropagation) Deprecated.this is not used