public class QuickSearchDocumentFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QuickSearchDocumentFactory.Type |
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_BRANCH_NAME |
static String |
FIELD_DESCRIPTION |
static String |
FIELD_MASTER_ID |
static String |
FIELD_PLAN_NAME |
static String |
FIELD_PROJECT_NAME |
Constructor and Description |
---|
QuickSearchDocumentFactory() |
Modifier and Type | Method and Description |
---|---|
static QuickSearchDocumentImpl |
forBranch(ImmutableChainBranch branch) |
static QuickSearchDocumentImpl |
forChain(ImmutableChain chain) |
static QuickSearchDocumentImpl |
forDeploymentProject(DeploymentProject deploymentProject) |
static QuickSearchDocumentImpl |
forProject(Project project) |
static org.acegisecurity.acls.objectidentity.ObjectIdentity |
getObjectIdentityForDocument(org.apache.lucene.document.Document document) |
public static final String FIELD_PLAN_NAME
public static final String FIELD_PROJECT_NAME
public static final String FIELD_DESCRIPTION
public static final String FIELD_BRANCH_NAME
public static final String FIELD_MASTER_ID
public static QuickSearchDocumentImpl forProject(Project project)
public static QuickSearchDocumentImpl forChain(ImmutableChain chain)
public static QuickSearchDocumentImpl forBranch(ImmutableChainBranch branch)
public static QuickSearchDocumentImpl forDeploymentProject(DeploymentProject deploymentProject)
@Nullable public static org.acegisecurity.acls.objectidentity.ObjectIdentity getObjectIdentityForDocument(@NotNull org.apache.lucene.document.Document document)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.