public interface CommentedOptionFactory
Modifier and Type | Method and Description |
---|---|
String |
getSafeIdentityName() |
String |
getSafeSessionId() |
CommentedOption |
makeCommentedOption(String commitMessage) |
CommentedOption |
makeCommentedOption(String sessionId,
String commitMessage) |
CommentedOption |
makeCommentedOption(String commitMessage,
org.jboss.errai.security.shared.api.identity.User identity,
SessionInfo sessionInfo) |
CommentedOption makeCommentedOption(String commitMessage)
CommentedOption makeCommentedOption(String commitMessage, org.jboss.errai.security.shared.api.identity.User identity, SessionInfo sessionInfo)
CommentedOption makeCommentedOption(String sessionId, String commitMessage)
String getSafeSessionId()
String getSafeIdentityName()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.