@ApplicationScoped public class CommentedOptionFactoryImpl extends Object implements CommentedOptionFactory
| Constructor and Description |
|---|
CommentedOptionFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getIdentityName(org.jboss.errai.security.shared.api.identity.User identity) |
protected String |
getSessionId(org.uberfire.rpc.SessionInfo sessionInfo) |
org.uberfire.java.nio.base.options.CommentedOption |
makeCommentedOption(String commitMessage) |
org.uberfire.java.nio.base.options.CommentedOption |
makeCommentedOption(String commitMessage,
org.jboss.errai.security.shared.api.identity.User identity,
org.uberfire.rpc.SessionInfo sessionInfo) |
public org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage)
makeCommentedOption in interface CommentedOptionFactorypublic org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage, org.jboss.errai.security.shared.api.identity.User identity, org.uberfire.rpc.SessionInfo sessionInfo)
makeCommentedOption in interface CommentedOptionFactoryprotected String getIdentityName(org.jboss.errai.security.shared.api.identity.User identity)
protected String getSessionId(org.uberfire.rpc.SessionInfo sessionInfo)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.